ProtoFlux:ComposeBitsSByte: Difference between revisions

From Resonite Wiki
Created a page for the Compose Bits Sbyte node.
 
m YoshBot moved page ProtoFlux:Compose Bits SByte to ProtoFlux:ComposeBitsSByte: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:48, 20 August 2025

Compose Bits sbyte
Bit0
*
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Binary

The Compose Bits Sbyte node takes in 8 bits of boolean data and returns a sbyte result. Used for binary math and data transmission.

Inputs

Bit# (bool)

The bit for this sbyte value.

Outputs

* (sbyte)

Returns the combined bits of this sbyte.