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