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