Skip to main content

Number Within Range

The Number Within Range node checks if the input value falls within the specified minimum and maximum values based on the threshold provided.

Input

NameData TypeDescription
Input ValueNumberThe value to be checked
Minimum ValueNumberThe lower limit of the range
Maximum ValueNumberThe upper limit of the range
Threshold ValueNumberA set value that adjusts the range. The maximum range is extended by this threshold, while the minimum range is reduced.

Output

NameData TypeDescription
ResultBooleanReturns true if the input value falls within the adjusted range (based on the threshold), false if not