EnergyUnit Enumeration
Represents the units available for an
Energy value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
Public Enumeration EnergyUnit
public enum class EnergyUnit
Gemstone.Units.EnergyUnit = function();
Gemstone.Units.EnergyUnit.createEnum('Gemstone.Units.EnergyUnit', false);
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.
|