Click or drag to resize

Temperature Properties

The Temperature type exposes the following members.

Properties
 NameDescription
Public propertyIsCelsius Returns true if this temperature has Celsius units; false otherwise.
Public propertyIsFahrenheit Returns true if this temperature has Fahrenheit units; false otherwise.
Public propertyUnit Gets the TemperatureUnit of this temperature.
Public propertyValue Returns a double representation of the 0.1-precision number stored internally.
Top
See Also