Temperature Structure |
public struct Temperature
The Temperature type exposes the following members.
| Name | Description | |
|---|---|---|
| Temperature | Initializes a new instance of the Temperature struct. |
| Name | Description | |
|---|---|---|
| InDegreeCelsius | Gets the temperature value expressed in degrees Celsius. | |
| InDegreeFahrenheit | Gets the temperature value expressed in degrees Fahrenheit. | |
| InInverseKelvin | Gets the temperature value expressed as inverse Kelvin (1/K). | |
| InKelvin | Gets the temperature value expressed in Kelvin. | |
| InSIUnits | Gets the temperature converted to SI units (Kelvin). | |
| Unit | Gets the unit of this temperature value. | |
| Value | Gets the numeric temperature value in its Unit. |
| 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) |
| Name | Description | |
|---|---|---|
| DegreeFahrenheitPerKelvin | Factor: degrees Fahrenheit per Kelvin. | |
| KelvinPerDegreeFahrenheit | Factor: Kelvin per degree Fahrenheit. | |
| ZeroDegreeCelsiusAsKelvin | Zero degree Celsius expressed in Kelvin. | |
| ZeroDegreeFahrenheitAsKelvin | Zero degree Fahrenheit expressed in Kelvin. |