Table of Contents

Struct Course

Namespace
Arinc424
Assembly
Arinc424.dll

Various courses and bearings according to the specification.

public struct Course

Constructors

Course(float, CourseType)

Various courses and bearings according to the specification.

public Course(float value, CourseType type)

Parameters

value float
type CourseType

Properties

Type

public CourseType Type { readonly get; set; }

Property Value

CourseType

Value

public float Value { readonly get; set; }

Property Value

float