| WbQuantity(Double, Uri) Constructor |
This is preliminary documentation and is subject to change.
Initializes a new
WbQuantity with the accurate amount, and entity URI of the unit.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public WbQuantity(
double amount,
Uri unit
)
Public Sub New (
amount As Double,
unit As Uri
)
Dim amount As Double
Dim unit As Uri
Dim instance As New WbQuantity(amount,
unit)
public:
WbQuantity(
double amount,
Uri^ unit
)
new :
amount : float *
unit : Uri -> WbQuantity
Parameters
- amount Double
- The numeric value of the amount.
- unit Uri
- Entity URI of the unit. Use Unity for quantities that have no explicit units.
Exceptions See Also