Click or drag to resize

DimensionfulQuantity Properties

The DimensionfulQuantity type exposes the following members.

Properties
 NameDescription
Public propertyAsQuantityInSIUnitsGets this quantity in SI units (without prefix).
Public propertyAsValueInSIUnitsConverts this quantity to its numerical value in SI units (without prefix).
Public propertyStatic memberEmptyGets an empty, i.e. uninitialized, quantity.
Public propertyHasBiasedUnit Gets a value indicating whether this instance has a biased unit (i.e. a unit implementing IBiasedUnit.
Public propertyIsEmptyGets a value indicating whether this instance is empty. It is empty if no unit has been associated so far with this instance.
Public propertyPrefixGets the SI prefix of this quantity.
Public propertyPrefixedUnit Gets the prefixed unit of this quantity.
Public propertyTreatedAsUnbiasedDifference 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.
Public propertyUnitGets the unit of this quantity.
Public propertyValueGets the numeric value of this quantity in the context of prefix and unit.
Top
See Also