Description
The quadratic coefficient (C2). Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MassFlowRateC2() As Double
|
[C#] |
---|
public double MassFlowRateC2 {get; set;}
|
[Managed C++] |
---|
public: __property double get_MassFlowRateC2(); public: __property void set_MassFlowRateC2(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MassFlowRateC2(
double * pVal
);
public: HRESULT put_MassFlowRateC2(
double InVal
);
|
[Java] |
---|
public double getMassFlowRateC2();
public void setMassFlowRateC2(
double
);
|
[Python - STK API] |
---|
@property
def MassFlowRateC2(self) -> float:
@MassFlowRateC2.setter
def MassFlowRateC2(self, InVal:float) -> None:
|
See Also