LessThan node
Checks if one number is less than another.
Read time 1 minuteLast updated 20 hours ago
Use the LessThan node to check if one number is smaller than another.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The number to test. |
| Input 2 | Same type as Input 1 | The number to compare against. |
| Output | | True if Input 1 is less than Input 2; otherwise false. |