IBiased |
public interface IBiasedUnit
The IBiasedUnit type exposes the following members.
Name | Description | |
---|---|---|
AddBiasedValueOfThisUnitAndSIValue | 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 | |
ToSIUnitIfTreatedAsDifference | 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. |