| Temperature Properties | 
The Temperature type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsCelsius | Returns true if this temperature has Celsius units; false otherwise. | 
|  | IsFahrenheit | Returns true if this temperature has Fahrenheit units; false otherwise. | 
|  | Unit | Gets the TemperatureUnit of this temperature. | 
|  | Value | Returns a double representation of the 0.1-precision number stored internally. | 
 See Also
See Also