ProtoFlux:AND: Difference between revisions

From Resonite Wiki
Added ProtoFlux AND Node Page
 
No edit summary
Line 34: Line 34:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_example_AND.webp|Example outputs of an AND node.
File:Protoflux_example_AND.jpg|Example outputs of an AND node.
</gallery>
</gallery>


[[Category:ProtoFlux:Operators:Boolean]]
[[Category:ProtoFlux:Operators:Boolean]]

Revision as of 23:02, 22 April 2024

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