Perform boolean exclusive disjunction (Xor gate) or exclusive conjunction (Xnor gate)
ID
math-operators-gate-xor-xnor
Name
Gate Xor-Xnor
Group
Operators
Package
Math
Keywords
Gate And-Or
Gate Xor-Xnor
Gate Not
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Boolean | Left hand boolean | |
b | Boolean | Right hand boolean | |
xorOrXnor | Boolean | Select Xor (true) or Xnor (false) operation |
Outputs
Name | Type | Description |
---|---|---|
result | Boolean | Resulting value |