 | WbQuantityLowerBound Property |
This is preliminary documentation and is subject to change.
The lower-bound of the
Amount caused by error.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic double LowerBound {
get;
}
Public ReadOnly Property LowerBound As Double
Get
Dim instance As WbQuantity
Dim value As Double
value = instance.LowerBound
public:
property double LowerBound {
double get ();
}
member LowerBound : float with
get
Property Value
Double
See Also