between

nkrkv/my-utils/between

Checks whether `X` is in range [MIN, MAX].
between
@/between
Checks whether `X` is in range [MIN, MAX].
Xnumber
Number to check
MINnumber
Min bound of the range (inclusive)
MAXnumber
Max bound of the range (inclusive)
between
OUT
X
MIN
MAX
OUTboolean
To use the node in your project you should have the nkrkv/my-utils library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.