The Number Within Range node checks if the input value falls within the specified minimum and maximum values based on the threshold provided.
Name | Data Type | Description |
---|
Input Value | Number | The value to be checked |
Minimum Value | Number | The lower limit of the range |
Maximum Value | Number | The upper limit of the range |
Threshold Value | Number | A set value that adjusts the range. The maximum range is extended by this threshold, while the minimum range is reduced. |
Output
Name | Data Type | Description |
---|
Result | Boolean | Returns true if the input value falls within the adjusted range (based on the threshold), false if not |