Description
The cubic coefficient (C3). Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MassFlowRateC3() As Double
|
| [C#] |
|---|
public double MassFlowRateC3 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MassFlowRateC3(); public: __property void set_MassFlowRateC3(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MassFlowRateC3(
double * pVal
);
public: HRESULT put_MassFlowRateC3(
double InVal
);
|
| [Java] |
|---|
public double getMassFlowRateC3();
public void setMassFlowRateC3(
double
);
|
| [Python - STK API] |
|---|
@property
def MassFlowRateC3(self) -> float:
@MassFlowRateC3.setter
def MassFlowRateC3(self, InVal:float) -> None:
|
See Also