ProtoFlux:HalfAdder: Difference between revisions

From Resonite Wiki
Created a page for the Half Adder node.
 
m YoshBot moved page ProtoFlux:Half Adder to ProtoFlux:HalfAdder: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:22, 21 August 2025

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.