| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
DoubleSee Also