Skip to content
Open App

Math Less Than or Equal To

Check if the first number is less than or equal to the second.

This node checks if the first input number is less than or equal to the second input number.

  • Input: 10, 10

Results in the comparison 10 <= 10.

  • Output: true
PortDescription
The first number.
The second number.
PortDescription
The result of the comparison.

ID: core/math-lesser-equal@v1