Click or drag to resize

TemperatureInUnitsOf Method

Returns the temperature 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(
	TemperatureRepresentation destUnit
)

Parameters

destUnit  TemperatureRepresentation
The destination temperature unit.

Return Value

Double
The temperature value expressed in destUnit.
See Also