Bitwise to Bit Array

Converts bitwise flow into an array made of 0 and 1 according the binary representation of the bitwise.

Bitwise flows are not directly compatible with data flows. You must use integer-to-bitwise to set bitwise inlets and bitwise-to-integer to retrieve outlet values. Bitwise inputs are in hexadecimal format (0123456789ABCDEF). ie. $FA234B, $FFFF, etc. Bitwise flows are compatible with Color flows.

Settings

in

Bitwise input

out

Array output (made of 0 an 1).

See also

version 6.0.240115

Edit All Pages