 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
Double
See Also