Description
The ratio of the propellant's constant-pressure specific heat to the constant volume specific heat.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PropellantSpecificHeatRatio() As Double
|
| [C#] |
|---|
public double PropellantSpecificHeatRatio {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PropellantSpecificHeatRatio(); public: __property void set_PropellantSpecificHeatRatio(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PropellantSpecificHeatRatio(
double * pVal
);
public: HRESULT put_PropellantSpecificHeatRatio(
double newVal
);
|
| [Java] |
|---|
public double getPropellantSpecificHeatRatio();
public void setPropellantSpecificHeatRatio(
double
);
|
| [Python - STK API] |
|---|
@property
def PropellantSpecificHeatRatio(self) -> float:
@PropellantSpecificHeatRatio.setter
def PropellantSpecificHeatRatio(self, newVal:float) -> None:
|
See Also