<< Click to Display Table of Contents >> XOR |
![]() ![]() ![]() |
The Output of the XOR is true if the inputs have different values. See type conversion how numbers are converted to bool.
Inputs |
Type |
Default |
Description |
Input 1 |
bool |
false |
|
Input 2 |
bool |
false |
|
Outputs |
|||
Q |
bool |
see table below |
Inputs |
|
|
1 |
2 |
Q |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
0 |
1 |
1 |
1 |
0 |