Click or drag to resize

TemperatureUnit Enumeration

Represents the units available for a Temperature value.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
public enum TemperatureUnit
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