EnergyToTemperatureSI Method |
Returns the temperature (in Kelvin) corresponding to the provided energy.
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double ToTemperatureSI(
double srcValue,
EnergyRepresentation srcUnit
)
Parameters
- srcValue Double
- Energy value.
- srcUnit EnergyRepresentation
- Energy unit.
Return Value
DoubleTemperature E/kB in Kelvin, where kB is the BOLTZMANN constant and E the energy in Joule.
See Also