NOT

Computes the logical negation of the input. If the input is False, this node returns True. If the input is True, this node returns False.

This node performs bitwise operations on numeric inputs.

1378

Inputs/Outputs

datatype_icon

x

The value to negate.

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

NOT x

The logical negation of x.

Examples

x not x?
F T
T F