Wb |
This is preliminary documentation and is subject to change.
The WbQuantity type exposes the following members.
Name | Description | |
---|---|---|
WbQuantity(Double, Uri) | Initializes a new WbQuantity with the accurate amount, and entity URI of the unit. | |
WbQuantity(Double, Double, Uri) | Initializes a new WbQuantity with the amount, error, and entity URI of the unit. | |
WbQuantity(Double, Double, Double, Uri) | Initializes a new WbQuantity with the amount, error, and entity URI of the unit. |
Name | Description | |
---|---|---|
Amount | The numeric value of the amount. | |
HasError | Determines whether the Amount has error. | |
LowerBound | The lower-bound of the Amount caused by error. | |
Unit | Entity URI of the unit. | |
Unity | The URI indicating the quantity has no unit (unity unit). | |
UpperBound | The upper-bound of the Amount caused by error. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |