Show / Hide Table of Contents

Class AirSpeed.Constants

static class to define internal constants

Inheritance
object
AirSpeed.Constants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public static class AirSpeed.Constants

Fields

View Source

radiusOfTurn

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

View Source

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)

View Source

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)

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited