ProtoFlux:AND

From Resonite Wiki
Revision as of 20:29, 8 February 2024 by 989onan (talk | contribs) (Added ProtoFlux AND Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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