Click or drag to resize

TemperatureFromTo Method

Converts a temperature value from one unit to another.

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

Parameters

srcValue  Double
The source value to convert.
srcUnit  TemperatureRepresentation
The source unit of srcValue.
destUnit  TemperatureRepresentation
The destination unit to convert to.

Return Value

Double
The converted value expressed in destUnit.
See Also