Nodes > Math > Relational > XOr
Returns 1 if exactly one of the inputs equals 0. Otherwise, returns 0.
This is also known as an "Exclusive Or" operation.
Inputs
Name | Type | Description |
---|---|---|
A | float | First input |
B | float | Second input |
Outputs
Name | Type | Description |
---|---|---|
( A ^ B ) | float | Returns 1 if exactly one input equals 0, otherwise returns 0 |
Was this page helpful?