Type: nodetool.boolean.Not
Namespace: nodetool.boolean
Description
Performs logical NOT operation on a boolean input. boolean, logic, not, invert, !, negation, condition, else, true, false, switch, toggle, flow-control, branch
Use cases:
- Invert a condition's result
- Implement toggle functionality
- Create opposite logic branches
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| value | bool |
Boolean input to negate | False |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the nodetool.boolean namespace.