ProtoFlux:Half Adder

From Resonite Wiki
Revision as of 12:25, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Half Adder node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Half Adder
A
Y
B
CarryOut
Binary

The Half Adder node takes in 2 boolean values (A and B), and returns 2 boolean values (Y and CarryOut). In computing & electronics, this is called a half adder, and helps with boolean math.

Inputs

A (bool)

The first boolean input value.

B (bool)

The second boolean input value.

Outputs

Y (bool)

The result boolean output value.

CarryOut (bool)

The carry out boolean output value.