Click or drag to resize

Energy Constructor

Initializes a new instance of the Energy class

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Energy(
	double value,
	EnergyRepresentation unit
)

Parameters

value  Double

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

unit  EnergyRepresentation

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

See Also