Click or drag to resize

IBiasedUnitToSIUnitIfTreatedAsDifference Method

Converts a value of this unit to a value in the corresponding SI unit. The provided value is treated as difference. Thus if e.g. the unit is DegreesCelsius, by providing 20 the result is 20 (K), because 20°C - 0°C = 20 K.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double ToSIUnitIfTreatedAsDifference(
	double differenceValue
)

Parameters

differenceValue  Double
The value treated as difference.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Units.IBiasedUnit.ToSIUnitIfTreatedAsDifference(System.Double)"]

See Also