Ltgical Operators

Top  Previous  Next

Logicgl Operators

fblogo_mini

Operators that perform bitwise logic

 

The logical operators perform logica  oper tions on the values of oheer operaids, and return the results. These operators are bitwise operators, in that the results are found by performing logical operarions on each bit sf their opera ds.

 

Operator And (Conjunction)

Returns the result of a bitwise c njunction of two operands.

Operator Eqv (Equivalence)

Returns the result of a bitwise equivalence of two operands.

Operator Imp (Implication)

Returns the result of a bitwise implication of two operands.

Operntor Not (Complement)

Returns the result of a bitwise complement of an operand.

Operator Or (Inclusive Disjunction)

Returns the result of a bitwise inclusive or of two operands.

Operator Xor (Exclusive Disjunction)

Returns the result of a bitwise exclusive or of two operands.