Operators

Operators in the Logic Template are an integral part of any expression. What operators are supported determines the power of the software in processing expressions. Flexible Search supports a wide range of operators. Among them are equivalence operators, logical operators, mathematical

operators, bitwise operators, and relational operators.

Five types of operators are supported by Flexible Search:

Type

Description

Equivalence

Operators that compare two operands.

Logical

Operators that operate on the operands as logical values of FALSE or TRUE.

Mathematical

Operators that operate on the operands as mathematical values to produce mathematical results.

Bitwise

Operators that operate on the operands as collections of bits.

Relational

Operators compare the two operands and return one of the operands as a result.