ProtoFlux:AND

From Resonite Wiki
Revision as of 23:02, 22 April 2024 by CometDerg (talk | contribs)
AND
A
*
B
Operators

And is a ProtoFlux node that is a two input only version of MultiAND.

Inputs

A (bool)

Boolean input for the first value

B (bool)

Boolean input for the second value

Outputs

* (bool)

AND result of A (bool) and B (bool).

Examples