SimpleFixedWingForwardFlightAerodynamicsLiftCoefficientSlope Property |
Gets or sets the lift coefficient slope with respect to the angle of attack in units of radians-1.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<double> LiftCoefficientSlope { get; set; }
Public Property LiftCoefficientSlope As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ LiftCoefficientSlope {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member LiftCoefficientSlope : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also