Dimensionful |
The DimensionfulQuantity type exposes the following members.
| Name | Description | |
|---|---|---|
| Abs | ||
| AsQuantityIn(IPrefixedUnit) | Converts this quantity to another quantity in the provided prefixed unit. | |
| AsQuantityIn(IUnit) | Converts this quantity to another quantity in the provided unit (without prefix). | |
| AsQuantityIn(SIPrefix, IUnit) | Converts this quantity to another quantity in the provided unit, with the provided prefix. | |
| AsValueIn(IPrefixedUnit) | Converts this quantity to its numerical value in the given unit, with the given prefix. | |
| AsValueIn(IUnit) | Converts this quantity to its numerical value in the given unit (without prefix). | |
| AsValueIn(SIPrefix, IUnit) | Converts this quantity to its numerical value in the given unit, with the given prefix. | |
| CompareTo(DimensionfulQuantity) | Compares this quanitity to another quantity. | |
| CompareTo(Object) | ||
| Equals(DimensionfulQuantity) | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsEqualInValuePrefixUnit | Determines whether this instance is equal to another quanity in all three components (value, prefix and unit). This is not a comparison for the physical equality of the quantities. | |
| Max | ||
| Min | ||
| RoundUpOrDown | ||
| ToString | (Overrides ValueTypeToString) | |
| ToString(String, IFormatProvider) | ||
| WithNewValue | Creates an instance with a new value, and with the same prefix and unit as this quantity. |