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#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | filter, number |
Inputs#
| Argument Name | Description |
|---|---|
| left | The value to check, if it is in range. For example, 4. |
| right | The range to check against with the form of from,to. For example, 2,8. |
Outputs#
There are no outputs for this script.