| WbQuantityAmount Property |
This is preliminary documentation and is subject to change.
The numeric value of the amount.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public double Amount {
get;
}
Public ReadOnly Property Amount As Double
Get
Dim instance As WbQuantity
Dim value As Double
value = instance.Amount
public:
property double Amount {
double get ();
}
member Amount : float with
get
Property Value
DoubleSee Also