Less Than or Equal Integer Node
Purpose of the Node
This node compares two integer values and outputs true if the first integer is less than or equal to the second integer, and false otherwise.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
integer1 | Input the first integer for comparison | Input Integer | Number |
integer2 | Input the second integer for comparison | Input Integer | Number |
less_than_or_equal | Outputs true if integer1 is less than or equal to integer2, false otherwise | Output Boolean | Boolean |