Skip to content

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 NamePin DescriptionPin TypeValue Type
integer1Input the first integer for comparisonInput IntegerNumber
integer2Input the second integer for comparisonInput IntegerNumber
less_than_or_equalOutputs true if integer1 is less than or equal to integer2, false otherwiseOutput BooleanBoolean