PowerUnit Enumeration
Represents the units available for a
Power value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
Public Enumeration PowerUnit
public enum class PowerUnit
Gemstone.Units.PowerUnit = function();
Gemstone.Units.PowerUnit.createEnum('Gemstone.Units.PowerUnit', false);
Watts | 0 |
Watt power units.
|
Horsepower | 1 |
Horsepower units.
|
MetricHorsepower | 2 |
Metric horsepower units.
|
BoilerHorsepower | 3 |
Boiler horsepower units.
|
BTUPerSecond | 4 |
BTU per second power units.
|
CaloriesPerSecond | 5 |
Calories per second power units.
|
LitersAtmospherePerSecond | 6 |
Liters atmosphere per second power units.
|