Click or drag to resize

TemperatureUnits Enumeration

Represents the units available for a Temperature value.

Namespace:  GSF.Units
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.113-beta
Syntax
public enum TemperatureUnits
Members
  Member nameValueDescription
Kelvin0 Kelvin temperature units.
Celsius1 Celsius temperature units.
Fahrenheit2 Fahrenheit temperature units.
Newton3 Newton temperature units.
Rankine4 Rankine temperature units.
Delisle5 Delisle temperature units.
Réaumur6 Réaumur temperature units.
Rømer7 Rømer temperature units.
See Also