GreaterThanOrEqualIntegerNode
Purpose of the Node
The GreaterThanOrEqualIntegerNode is used to compare two integers. It outputs “true” if the first integer is greater than or equal to the second, and “false” otherwise.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | The input trigger pin for the node | Struct | Array |
End | The output trigger pin for the node | String | Map |
integer1 | The first integer to be compared | Number | Normal |
integer2 | The second integer to be compared | Float | Set |
greater_than_or_equal | The output boolean indicating the comparison result | Boolean | Normal |