Gets or sets the ratio of the airspeed upon leaving the ground to the stall speed.
Read-write property
[Visual Basic .NET] |
---|
Public Property DescentStallSpeedRatio() As Double |
[C#] |
---|
public double DescentStallSpeedRatio {get; set;} |
[Managed C++] |
---|
public: __property double get_DescentStallSpeedRatio(); |
[Unmanaged C++] |
---|
public: HRESULT get_DescentStallSpeedRatio( double * pVal ); public: HRESULT put_DescentStallSpeedRatio( double newVal ); |
[Java] |
---|
public double getDescentStallSpeedRatio(); public void setDescentStallSpeedRatio( double ); |