Temperature Methods |
The Temperature type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertTo | Returns a new Temperature instance converted to the specified unit. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| FromKelvinTo | Converts a temperature value from Kelvin to the specified destination unit. | |
| FromTo | Converts a temperature value from one unit to another. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InUnitsOf | Returns the temperature value converted to the specified destination unit. | |
| ToEnergySI | Returns the energy corresponding to the provided temperature in Joules. | |
| ToKelvin | Converts the specified temperature value to Kelvin. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |