Click or drag to resize

TemperatureRepresentation Enumeration

Represents available temperature representations for conversion.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum TemperatureRepresentation
Members
Member nameValueDescription
Kelvin0Temperature in Kelvin.
AsInverseKelvin1Inverse Kelvin (1/K).
DegreeCelsius2Temperature in degrees Celsius.
DegreeFahrenheit3Temperature in degrees Fahrenheit.
AsEnergyJoule4Energy representation as joules (J) corresponding to kB*T.
AsEnergyJoulePerMole5Energy representation as joules per mole (J/mol) corresponding to R*T.

The TemperatureRepresentation type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also