ProtoFlux:Extract Bits UShort

From Resonite Wiki
Revision as of 12:00, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Extract Bits Ushort node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Extract Bits ushort
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Bit8
Bit9
Bit10
Bit11
Bit12
Bit13
Bit14
Bit15
Binary

The Extract Bits Ushort node takes in a ushort value and returns 16 bits of boolean data. Used for binary math and data transmission.

Inputs

Integer (ushort)

The ushort we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this ushort value.