ProtoFlux:Extract Bits SByte

From Resonite Wiki
Revision as of 12:04, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Extract Bits Sbyte node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Extract Bits sbyte
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Binary

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

Inputs

Integer (sbyte)

The sbyte we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this sbyte value.