Skip to main content
Version: 5.x

Nodes > Math > Relational > XOr

XOr

Returns 1 if exactly one of the inputs equals 0. Otherwise, returns 0.

This is also known as an "Exclusive Or" operation.

Inputs

NameTypeDescription
AfloatFirst input
BfloatSecond input

Outputs

NameTypeDescription
( A ^ B )floatReturns 1 if exactly one input equals 0, otherwise returns 0
Was this page helpful?
Yes
No