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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
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