ProtoFlux:Extract Bits Int

From Resonite Wiki
Extract Bits int
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 Int node takes in an int value and returns 32 bits of boolean data. Used for binary math and data transmission.

Inputs

Integer (int)

The int we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this int value.