ccnot

s2sluder/more-logic-gates/ccnot

Inverses a boolean value if both control boolean values are true.
ccnot
@/ccnot
Inverses a boolean value if both control boolean values are true.
INboolean
ctrl1boolean
Boolean that determines if the NOT operation is applied.
ctrl2boolean
Boolean that determines if the NOT operation is applied.
ccnot
IN
OUT
ctrl1
ctrl2
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.