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.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
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