InRange
Filters And Transformers Pack.#
This Script is part of theChecks if the left side is in range of the right side (from,to anotation).
Example - InRange left=4right=1,8 will return true
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | filter, number |
#
InputsArgument 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. |
#
OutputsThere are no outputs for this script.