Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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