Constructor NumericRangeQueryNode
NumericRangeQueryNode(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig)
Constructs a NumericRangeQueryNode object using the given NumericQueryNode as its bounds and NumericConfig.
Declaration
public NumericRangeQueryNode(NumericQueryNode lower, NumericQueryNode upper, bool lowerInclusive, bool upperInclusive, NumericConfig numericConfig)
Parameters
Type | Name | Description |
---|---|---|
NumericQueryNode | lower | the lower bound |
NumericQueryNode | upper | the upper bound |
System.Boolean | lowerInclusive |
|
System.Boolean | upperInclusive |
|
NumericConfig | numericConfig | the NumericConfig that represents associated with the upper and lower bounds |