The Negate node takes a single Boolean Value and returns its inverse. If Input is true, it returns false and vice versa.
Input
It is commonly used along with Branch and logical operator Nodes like AND and OR. In this case it can be thought of as meaning NOT.
True
False
The Negate Node has no Attributes.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Input [n]
Bool
The Value to be inversed.
Pulse Output (►)
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Output
The inverse of Input.
Last updated 4 years ago