Negate

Overview

Negate is a logical operator Node which takes a single Boolean expression to yield a Boolean value, which is the opposite of its input. This is used to mean NOT and is the equivalent of the ! operator in computer programming.

Inputs

Outputs

See Also

Last updated