Inputs
Name | Abbreviation | Type | Access | Description |
Value | V | Boolean | Item | The value to negate |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Boolean | Item | The negated value |
How to
Feed in a boolean value
Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type
The output is the opposite
Not True = False
Not False = True

