Click or drag to resize

Temperature Methods

The Temperature type exposes the following members.

Methods
 NameDescription
Public methodConvertTo Returns a new Temperature instance converted to the specified unit.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodStatic memberFromKelvinTo Converts a temperature value from Kelvin to the specified destination unit.
Public methodStatic memberFromTo Converts a temperature value from one unit to another.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInUnitsOf Returns the temperature value converted to the specified destination unit.
Public methodStatic memberToEnergySI Returns the energy corresponding to the provided temperature in Joules.
Public methodStatic memberToKelvin Converts the specified temperature value to Kelvin.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also