Gets or sets the Mach number of the advancing blade tip.
Read-write property
[Visual Basic .NET] |
---|
Public Property RotorTipMach() As Double |
[C#] |
---|
public double RotorTipMach {get; set;} |
[Managed C++] |
---|
public: __property double get_RotorTipMach(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotorTipMach( double * pVal ); public: HRESULT put_RotorTipMach( double newVal ); |
[Java] |
---|
public double getRotorTipMach(); public void setRotorTipMach( double ); |