Codebox Operators gtep

gtep

Pass greater than or equals operator. Pass the left input if the condition is met.

gtep(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 greater than or equal to the right input. Returns 0 otherwise.

Aliases

  • >=p