The logical NOT operation (!) reverses true and false value of the input.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Input | The boolean value to be reversed. Primary Input | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |