Class AirSpeed.Constants
static class to define internal constants
Inheritance
System.Object
AirSpeed.Constants
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public static class Constants : object
Fields
View SourceradiusOfTurn
Radius of Turn (r) formula constant = 20
Declaration
public const double radiusOfTurn = null
Field Value
Type | Description |
---|---|
System.Double | Value of the Radius of Turn (r) formula constant |
rateOfTurnKph
Rate Of Turn formula constant (km/h) = 6355
Declaration
public const double rateOfTurnKph = null
Field Value
Type | Description |
---|---|
System.Double | Value of the Rate of Turn formula constant (km/h) |
rateOfTurnKts
Rate Of Turn formula constant (kt) = 3431
Declaration
public const double rateOfTurnKts = null
Field Value
Type | Description |
---|---|
System.Double | Value of the Rate of Turn formula constant (kt) |