Codebox Operators ltp

ltp

Pass less than operator

ltp(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 the right input. Returns 0 otherwise.

Aliases

  • <p