Click or drag to resize

EnergyToJouleFactor Method

Gets the factor neccessary to convert a value from the specified unit to Joule (SI unit of energy).

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double ToJouleFactor(
	EnergyRepresentation srcUnit
)

Parameters

srcUnit  EnergyRepresentation
The source unit.

Return Value

Double
The factor that is neccessary to converted a value in the given srcUnit to a value expressed in Joule.
See Also