Class AirProperties
Inheritance
System.Object
AirProperties
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AirProperties : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AdiabaticIndex
Declaration
public double AdiabaticIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Pressure
Declaration
public double Pressure { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecificGasConstant
Declaration
public double SpecificGasConstant { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods