Get the standard airspeed of the missile while climbing.
Read-only property
[Visual Basic .NET] |
---|
Public Property ClimbAirspeed() As Double |
[C#] |
---|
public double ClimbAirspeed {get;} |
[Managed C++] |
---|
public: __property double get_ClimbAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClimbAirspeed( double * pVal ); |
[Java] |
---|
public double getClimbAirspeed(); |