ProtoFlux:Adder

From Resonite Wiki
Adder
A
Y
B
CarryOut
CarryIn
Binary

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

Inputs

A (bool)

The first boolean input value.

B (bool)

The second boolean input value.

CarryIn (bool)

The carry in boolean input value.

Outputs

Y (bool)

The result boolean output value.

CarryOut (bool)

The carry out boolean output value.