Relational Operators

Relational operators used in the Logic Template are operators that compare the two operands and return one of the operands as a result.

Three types of relational operators are supported:

Operator

Description

"&<"

The binary operator MAX returns the larger of the two operands. A list of values seperated by the MAX operator returns the largest value in the list.

"&>"

The binary operator MIN returns the smaller of the two operands. A list of values seperated by the MIN operator returns the smallest value in the list.

"&|"

The binary operator FIRST returns the 1st operand if the value of the 1st operand is other than 0, and the 2nd operand otherwise. A list of values seperated by the FIRST operator returns the first non-zero value in the list.