Click or drag to resize

Temperature Structure

Provides conversion between different temperature units.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.ScienceTemperature

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct Temperature

The Temperature type exposes the following members.

Constructors
 NameDescription
Public methodTemperature Initializes a new instance of the Temperature struct.
Top
Properties
 NameDescription
Public propertyInDegreeCelsius Gets the temperature value expressed in degrees Celsius.
Public propertyInDegreeFahrenheit Gets the temperature value expressed in degrees Fahrenheit.
Public propertyInInverseKelvin Gets the temperature value expressed as inverse Kelvin (1/K).
Public propertyInKelvin Gets the temperature value expressed in Kelvin.
Public propertyInSIUnits Gets the temperature converted to SI units (Kelvin).
Public propertyUnit Gets the unit of this temperature value.
Public propertyValue Gets the numeric temperature value in its Unit.
Top
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
Fields
 NameDescription
Public fieldStatic memberDegreeFahrenheitPerKelvinFactor: degrees Fahrenheit per Kelvin.
Public fieldStatic memberKelvinPerDegreeFahrenheitFactor: Kelvin per degree Fahrenheit.
Public fieldStatic memberZeroDegreeCelsiusAsKelvinZero degree Celsius expressed in Kelvin.
Public fieldStatic memberZeroDegreeFahrenheitAsKelvinZero degree Fahrenheit expressed in Kelvin.
Top
See Also