Method SetBounds
SetBounds(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig)
Sets the upper and lower bounds of this range query node and the NumericConfig associated with these bounds.
Declaration
public virtual void SetBounds(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 |