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 |
Operators that compare two operands. | |
Operators that operate on the operands as logical values of FALSE or TRUE. | |
Operators that operate on the operands as mathematical values to produce mathematical results. | |
Operators that operate on the operands as collections of bits. | |
Operators compare the two operands and return one of the operands as a result. |