DimensionfulQuantityTreatedAsUnbiasedDifference Property |
Gets the quantity as treated as unbiased difference value. If the unit of this quantity is not biased, the
return value is exactly this quantity. But if the unit is biased, the return value is the difference of this quantity and the same quantity with zero value.
Example: 20 °C will transform to 20 K, because 20°C - 0 °C = 20 K.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DimensionfulQuantity TreatedAsUnbiasedDifference { get; }
Property Value
DimensionfulQuantity
As treated as unbiased difference.
See Also