Dimensionful |
The DimensionfulQuantity type exposes the following members.
Name | Description | |
---|---|---|
AsQuantityInSIUnits | Gets this quantity in SI units (without prefix). | |
AsValueInSIUnits | Converts this quantity to its numerical value in SI units (without prefix). | |
Empty | Gets an empty, i.e. uninitialized, quantity. | |
HasBiasedUnit | Gets a value indicating whether this instance has a biased unit (i.e. a unit implementing IBiasedUnit. | |
IsEmpty | Gets a value indicating whether this instance is empty. It is empty if no unit has been associated so far with this instance. | |
Prefix | Gets the SI prefix of this quantity. | |
PrefixedUnit | Gets the prefixed unit of this quantity. | |
TreatedAsUnbiasedDifference | 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. | |
Unit | Gets the unit of this quantity. | |
Value | Gets the numeric value of this quantity in the context of prefix and unit. |