lte
Less than or equal operator
lte(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Left operand to be compared. Event version triggers comparison. | |
in2 | number | Right operand to be compared. Event version must trigger the left inlet in order to perform comparison. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | Returns 1 if the left input is less than or equal to the right input. Returns 0 otherwise. |
Aliases
<=
lessthaneq