EnergyToJouleFactor Method |
Gets the factor neccessary to convert a value from the specified unit to Joule (SI unit of energy).
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double ToJouleFactor(
EnergyRepresentation srcUnit
)
Parameters
- srcUnit EnergyRepresentation
- The source unit.
Return Value
DoubleThe factor that is neccessary to converted a value in the given
srcUnit to a value expressed in Joule.
See Also