ProtoFlux:ExtractBitsByte

From Resonite Wiki
Revision as of 23:51, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Extract Bits Byte to ProtoFlux:ExtractBitsByte: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Extract Bits byte
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Binary

The Extract Bits Byte node takes in a byte value and returns 8 bits of boolean data. Used for binary math and data transmission.

Inputs

Integer (byte)

The byte we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this byte value.