Gets or sets the specific energy of the jet fuel.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpecificEnergy() As Double |
[C#] |
---|
public double SpecificEnergy {get; set;} |
[Managed C++] |
---|
public: __property double get_SpecificEnergy(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpecificEnergy( double * pVal ); public: HRESULT put_SpecificEnergy( double newVal ); |
[Java] |
---|
public double getSpecificEnergy(); public void setSpecificEnergy( double ); |