Xor2

Abbreviation:
Category: Boolean
Input Parameters:

Name Range Default
Operand #1
Operand #2

 
Calculation:

Exclusive Or(Operand #1, Operand #2)

where all operations are Boolean (bitwise) operations

Note: The Exclusive Or function returns true if only one of the operands is true (1). The Exclusive Or function returns false if both of the operands are true (1) or both of the operands are false (0).
 

Was this article helpful?

Related Articles