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

ProtoFlux:HalfAdder

From Resonite Wiki
(Redirected from ProtoFlux:Half Adder)
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.