Click or drag to resize

IBiasedUnitAddBiasedValueOfThisUnitAndSIValue Method

Adds the biased value of this unit and an SI value to get the biased value of this unit. For example 20°C + 20 K results in 40°C or 20 °F + 20 K results in 52 °F.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
double AddBiasedValueOfThisUnitAndSIValue(
	double biasedValueOfThisUnit,
	double siValue
)

Parameters

biasedValueOfThisUnit  Double
The biased value expressed in this unit (for example a temperature in °C).
siValue  Double
The SI difference value to add (for example a temperature difference in K).

Return Value

Double
The resulting biased value in this unit after adding the SI difference.
See Also