ProtoFlux:Compose Bits Int

From Resonite Wiki
Revision as of 11:32, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Compose Bits Int node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Compose Bits int
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 Compose Bits Int node takes in 32 bits of boolean data and returns an int result. Used for binary math and data transmission.

Inputs

Bit# (bool)

The bit for this int value.

Outputs

* (int)

Returns the combined bits of this int.