LinearClimbOrDescentBehavior Constructor (Double) |
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LinearClimbOrDescentBehavior(
double longitudinalLoadFactor
)
Public Sub New (
longitudinalLoadFactor As Double
)
public:
LinearClimbOrDescentBehavior(
double longitudinalLoadFactor
)
new :
longitudinalLoadFactor : float -> LinearClimbOrDescentBehavior
Parameters
- longitudinalLoadFactor
- Type: SystemDouble
The load factor parallel to the atmospheric relative velocity direction.
See Also