Negate
Inverts a boolean value. true becomes false, and false becomes true.
Inputs#
| Port | Description |
|---|---|
| The boolean value to invert. |
Outputs#
| Port | Description |
|---|---|
| The inverted boolean value. |
Addendum#
This node performs a logical NOT operation on the input.
| Input | Output |
|---|---|
true |
false |
false |
true |
ID: core/negate@v1