AND

Overview

AND is a logical operator Node which combines two or more Boolean expressions to yield a Boolean value, based on the inputs' logical relationship to one another. The Nodeoutputs a true value if all of its inputs are also true. This is the equivalent of the && operator in computer programming.

Attributes

Inputs

Outputs

See Also

Last updated