Determine if field values fall within a numeric range including the lower and upper bound.
RATE rcc 5 6
(RATE ge 5) and (RATE le 6)
NumField rcc LowerBound UpperBound
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
NumField | Numeric | Field, Constant | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
LowerBound | Numeric | Constant, Field | Lower Bound (included in range) | No | |
UpperBound | Numeric | Constant, Field | Upper Bound (included in range) | No |
Type: Boolean
1=inside the range, 0=outside the range