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