Limit to Range (vuo.math.limitToRange)

Restricts a value to fall within a given range.

For the Integer type, the minimum and maximum are inclusive (a closed interval) — the output value can become exactly the minimum or maximum. But for the Real type, when wrapping, the minimum is inclusive and maximum is exclusive (a half-closed interval) — the output value can become exactly the minimum, but cannot become exactly the maximum.

Keywords: %, bound, clamp, limit, range, restrict, wrap


Back to vuo.math node set documentation.