|
EnergyUnits Enumeration
|
Represents the units available for an
Energy value.
Namespace:
GSF.Units
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.113-beta
Syntax Public Enumeration EnergyUnits
public enum class EnergyUnits
GSF.Units.EnergyUnits = function();
GSF.Units.EnergyUnits.createEnum('GSF.Units.EnergyUnits', 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