Skip to main content

InRange

This Script is part of the Filters And Transformers Pack.#

Checks if the left side is in range of the right side (from,to anotation).

Example - InRange left=4right=1,8 will return true

Script Data#


NameDescription
Script Typepython3
Tagsfilter, number

Inputs#


Argument NameDescription
leftThe value to check, if it is in range. For example, 4.
rightThe range to check against with the form of from,to. For example, 2,8.

Outputs#


There are no outputs for this script.