PowerUnit Enumeration
Represents the units available for a
Power value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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.
|