Numbers
Less Than Or Equal
Emits true if the first number is less than or equal to the second
Inputs
- n1: First number (required)n2: Second number (required)
Outputs
- result: true if n1 is less than or equal to n2
Emits true if the first number is less than or equal to the second