Skip to content

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 NamePin DescriptionPin TypeValue Type
StartThe input trigger pin for the nodeStructArray
EndThe output trigger pin for the nodeStringMap
integer1The first integer to be comparedNumberNormal
integer2The second integer to be comparedFloatSet
greater_than_or_equalThe output boolean indicating the comparison resultBooleanNormal