Houdini 20.5 Nodes APEX nodes

Xor

Performs a logical XOR operation.

On this page
Since 20.0

The XOR operation performs a logical exclusive disjunction. If both inputs have the same logical value, the result is False. If the inputs have different values, the result is True.

Input A

Input B

Output (A XOR B)

True

True

False

True

False

True

False

True

True

False

False

False

Inputs

inputs: VariadicArg<Bool>

Variadic input of logical values.

Outputs

result: Bool

Computed logical value.

See also

APEX nodes