eqp
Equal / pass operator
eqp(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Left operand to be compared and returned. 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 the left operand if the two inputs are equal and 0 if the two inputs are not equal. |
Aliases
==p