Click or drag to resize

Temperature Constructor

Initializes a new instance of the Temperature struct.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Temperature(
	double value,
	TemperatureRepresentation unit
)

Parameters

value  Double
The numeric temperature value in the specified unit.
unit  TemperatureRepresentation
The unit of the temperature value.
See Also