|
EnergyUnit Enumeration
|
Represents the units available for an
Energy value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Enumeration EnergyUnit
public enum class EnergyUnit
GSF.Units.EnergyUnit = function();
GSF.Units.EnergyUnit.createEnum('GSF.Units.EnergyUnit', false);
Members Member name | Value | Description |
---|
Joules | 0 |
Joule energy units, i.e., watt-seconds.
|
WattHours | 1 |
WattHour energy units.
|
BTU | 2 |
BTU energy units.
|
CelsiusHeatUnits | 3 |
Celsius heat energy units.
|
LitersAtmosphere | 4 |
Liters atmosphere energy units.
|
Calories | 5 |
Calorie energy units.
|
HorsepowerHours | 6 |
Horsepower-hour energy units.
|
BarrelsOfOil | 7 |
Barrels of oil energy units.
|
TonsOfCoal | 8 |
Tons of coal energy units.
|
See Also