Show / Hide Table of Contents

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 Source

radiusOfTurn

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

View Source

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)

View Source

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)

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited