License: AGPL-3
Additional nodes for comparing numbers
Node | Description |
---|
between | Outputs true if MIN <= X <= MAX, and false otherwise |
less-or-equal | Outputs true if LHS <= RHS, and false otherwise |
greater-or-equal | Outputs true if LHS >= RHS, and false otherwise |
To use the nodes in your project you should have the
e/comparison
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.