Click or drag to resize

EnergyInUnitsOf Method

Returns the energy value converted to the specified destination unit.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double InUnitsOf(
	EnergyRepresentation destUnit
)

Parameters

destUnit  EnergyRepresentation
The destination energy unit.

Return Value

Double
The energy value expressed in destUnit.
See Also