 Description
Description
The Mach number of the advancing blade tip.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property RotorTipMach() As Double
 | 
| [C#] | 
|---|
| public double RotorTipMach {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_RotorTipMach();public: __property void set_RotorTipMach(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_RotorTipMach(
    double * pVal
);
public: HRESULT put_RotorTipMach(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getRotorTipMach();
public void setRotorTipMach(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def RotorTipMach(self) -> float:
@RotorTipMach.setter
def RotorTipMach(self, newVal:float) -> None:
 | 
 See Also
See Also