cnot

s2sluder/more-logic-gates/cnot

Inverses a boolean value if the control boolean value is true.
cnot
@/cnot
Inverses a boolean value if the control boolean value is true.
INboolean
ctrlboolean
Boolean that determines if the NOT operation is applied.
cnot
IN
OUT
ctrl
OUTboolean
To use the node in your project you should have the s2sluder/more-logic-gates library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.