Click or drag to resize

EnergyFromTo Method

[Missing <summary> documentation for "M:Altaxo.Science.Energy.FromTo(System.Double,Altaxo.Science.EnergyRepresentation,Altaxo.Science.EnergyRepresentation)"]


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

Parameters

srcValue  Double

[Missing <param name="srcValue"/> documentation for "M:Altaxo.Science.Energy.FromTo(System.Double,Altaxo.Science.EnergyRepresentation,Altaxo.Science.EnergyRepresentation)"]

srcUnit  EnergyRepresentation

[Missing <param name="srcUnit"/> documentation for "M:Altaxo.Science.Energy.FromTo(System.Double,Altaxo.Science.EnergyRepresentation,Altaxo.Science.EnergyRepresentation)"]

destUnit  EnergyRepresentation

[Missing <param name="destUnit"/> documentation for "M:Altaxo.Science.Energy.FromTo(System.Double,Altaxo.Science.EnergyRepresentation,Altaxo.Science.EnergyRepresentation)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Science.Energy.FromTo(System.Double,Altaxo.Science.EnergyRepresentation,Altaxo.Science.EnergyRepresentation)"]

See Also