Name | Description | Type | Notes |
Minimum Value | The lower bound of the first range (first row). If nothing is specified, negative infinity is taken as the minimum value. | float | Optional |
Ranges | A boundary and mapped value pair for the upper bound of a range for which to look up the input value and a mapped value that is to be used as the output value if the input value lies within the range. | List of Upper Bound value and Mapped Value | |
Exclude Upper | If selected, an input value equal to the upper bound of a row is considered to be part of the range of the next row. If not selected, such an input value is considered to be part of the range of the current row. | boolean | Default: true |
Type | The type that is to be used for the output value. | Option - one of: Float Boolean String | Optional |
Name | Description | Type |
Value | The input value for which the range is to be found. | float |
Name | Description | Type |
Mapped | The Mapped Value for the range that is matched. | any |
Failed | Is true when the input does not lie in any range. Otherwise it is false. | boolean |