Codebox Operators ltep

ltep

Pass less than or equal operator

ltep(in1, in2): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

Left operand to be compared. Event version triggers comparison.

in2number

Right operand to be compared. Event version must trigger the left inlet in order to perform comparison.

Returns

NameTypeDescription
out1number

Returns the left operand if the left input is less than or equal to the right input. Returns 0 otherwise.

Aliases

  • <=p