NOT EXCLUSIVE OR

Computes the logical negation of the logical exclusive or (XOR) of the inputs. If all inputs are True or all inputs are False, this node returns True. Otherwise, it returns False.

This node performs bitwise operations on numeric inputs.

1378

Inputs/Outputs

datatype_icon

input

An input to the operation.

This input can be any data type that contains only Boolean values, numbers, or error clusters, such as an array of numbers or a cluster of Booleans. If this input is an error cluster, the node uses only the status element of the error cluster.

datatype_icon

logical NOT XOR

The logical negation of the logical exclusive or (XOR) of the inputs.

Examples

input 0 input 1 logical NOT XOR
T T T
T F F
F T F
F F T