Struct SearchRangeV2<TValue>
Object that specifies the boundaries for a range query.
public struct SearchRangeV2<TValue>
Type Parameters
TValue
The type of the range value.
- Inherited Members
- Extension Methods
Constructors
- SearchRangeV2(Bound<TValue>, Bound<TValue>)
Initializes a new instance of the SearchRangeV2<TValue> class.
Properties
- Max
Gets the upper bound of the range.
- Min
Gets the lower bound of the range.