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
floattype
CourseType
Properties
Type
public CourseType Type { readonly get; set; }
Property Value
Value
public float Value { readonly get; set; }