Click or drag to resize

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.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public WbQuantity(
	double amount,
	Uri unit
)

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
ExceptionCondition
ArgumentExceptionamount is not in the range of lowerBound and upperBound.
ArgumentNullExceptionunit is null.
See Also