Click or drag to resize

EnergyToTemperatureSI Method

Returns the temperature (in Kelvin) corresponding to the provided energy.

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

Parameters

srcValue  Double
Energy value.
srcUnit  EnergyRepresentation
Energy unit.

Return Value

Double
Temperature E/kB in Kelvin, where kB is the BOLTZMANN constant and E the energy in Joule.
See Also