Click or drag to resize

TemperatureToEnergySI Method

Returns the energy corresponding to the provided temperature in Joule.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double ToEnergySI(
	double srcValue,
	TemperatureRepresentation srcUnit
)

Parameters

srcValue  Double
Temperature value.
srcUnit  TemperatureRepresentation
Temperature unit.

Return Value

Double
Energy kB*T in Joule, where kB is the BOLTZMANN constant and T the temperature in Kelvin.
See Also