Get the speed at the bottom of the loop.
Read-only property
[Visual Basic .NET] |
---|
Public Property BottomAirspeed() As Double |
[C#] |
---|
public double BottomAirspeed {get;} |
[Managed C++] |
---|
public: __property double get_BottomAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_BottomAirspeed( double * pVal ); |
[Java] |
---|
public double getBottomAirspeed(); |