ProtoFlux:ExtractBitsShort: Difference between revisions

From Resonite Wiki
Created a page for the Extract Bits Short node.
 
m YoshBot moved page ProtoFlux:Extract Bits Short to ProtoFlux:ExtractBitsShort: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:51, 20 August 2025

Extract Bits short
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Bit8
Bit9
Bit10
Bit11
Bit12
Bit13
Bit14
Bit15
Binary

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

Inputs

Integer (short)

The short we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this short value.