Description
The linear coefficient (C1). Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MassFlowRateC1() As Double
|
| [C#] |
|---|
public double MassFlowRateC1 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MassFlowRateC1(); public: __property void set_MassFlowRateC1(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MassFlowRateC1(
double * pVal
);
public: HRESULT put_MassFlowRateC1(
double InVal
);
|
| [Java] |
|---|
public double getMassFlowRateC1();
public void setMassFlowRateC1(
double
);
|
| [Python - STK API] |
|---|
@property
def MassFlowRateC1(self) -> float:
@MassFlowRateC1.setter
def MassFlowRateC1(self, InVal:float) -> None:
|
See Also