Logical Not

The logical NOT operation (!) reverses true and false value of the input.

Interface

Inputs

ParameterDetailsPossible Types
Input

The boolean value to be reversed.

Primary Input

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool