Xor3

Abbreviation:
Category: Boolean
Input Parameters:

Name Range Default
Operand #1
Operand #2
Operand #3

 
Calculation:

Exclusive Or(Exclusive Or(Operand #1, Operand #2), Operand #3)

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 more than one of the operands is true (1) or more than one of the operands is false (0).
 

Was this article helpful?

Related Articles