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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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