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.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double AddBiasedValueOfThisUnitAndSIValue(
double biasedValueOfThisUnit,
double siValue
)
Parameters
- biasedValueOfThisUnit Double
- The biased value of this unit.
- siValue Double
- The si value.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Units.IBiasedUnit.AddBiasedValueOfThisUnitAndSIValue(System.Double,System.Double)"]
See Also