Gets or sets the Mach for the third design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property Mach_3() As Double |
[C#] |
---|
public double Mach_3 {get; set;} |
[Managed C++] |
---|
public: __property double get_Mach_3(); |
[Unmanaged C++] |
---|
public: HRESULT get_Mach_3( double * pVal ); public: HRESULT put_Mach_3( double newVal ); |
[Java] |
---|
public double getMach_3(); public void setMach_3( double ); |