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.3179.0 (4.8.3179.0)
Syntax
C#
public struct Temperature

The Temperature type exposes the following members.

Constructors
 NameDescription
Public methodTemperatureInitializes a new instance of the Temperature class
Top
Properties
Methods
 NameDescription
Public methodConvertTo 
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodStatic memberFromKelvinTo 
Public methodStatic memberFromTo 
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInUnitsOf 
Public methodStatic memberToEnergySI Returns the energy corresponding to the provided temperature in Joule.
Public methodStatic memberToKelvin 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
See Also