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