 | NumericRangeQueryMin Method |
The lower end of the range, inclusive by default.
Namespace:
Couchbase.Search.Queries.Range
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic NumericRangeQuery Min(
double min,
bool inclusive = true
)
Parameters
- min
- Type: SystemDouble
The minimum. - inclusive (Optional)
- Type: SystemBoolean
if set to true [inclusive].
Return Value
Type:
NumericRangeQuery[Missing <returns> documentation for "M:Couchbase.Search.Queries.Range.NumericRangeQuery.Min(System.Double,System.Boolean)"]
See Also