ProtoFlux:Extract Bits UInt

From Resonite Wiki
Extract Bits uint
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Bit8
Bit9
Bit10
Bit11
Bit12
Bit13
Bit14
Bit15
Bit16
Bit17
Bit18
Bit19
Bit20
Bit21
Bit22
Bit23
Bit24
Bit25
Bit26
Bit27
Bit28
Bit29
Bit30
Bit31
Binary

The Extract Bits Uint node takes in a uint value and returns 32 bits of boolean data. Used for binary math and data transmission.

Inputs

Integer (uint)

The uint we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this uint value.