|
PowerUnit Enumeration
|
Represents the units available for a
Power value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Enumeration PowerUnit
public enum class PowerUnit
GSF.Units.PowerUnit = function();
GSF.Units.PowerUnit.createEnum('GSF.Units.PowerUnit', false);
Members Member name | Value | Description |
---|
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.
|
See Also