Gets or sets the ratio of the propellant's constant-pressure specific heat to the constant volume specific heat.
Read-write property
[Visual Basic .NET] |
---|
Public Property PropellantSpecificHeatRatio() As Double |
[C#] |
---|
public double PropellantSpecificHeatRatio {get; set;} |
[Managed C++] |
---|
public: __property double get_PropellantSpecificHeatRatio(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropellantSpecificHeatRatio( double * pVal ); public: HRESULT put_PropellantSpecificHeatRatio( double newVal ); |
[Java] |
---|
public double getPropellantSpecificHeatRatio(); public void setPropellantSpecificHeatRatio( double ); |