Number to Boolean Array
- Updated2023-02-17
- 1 minute(s) read
Number to Boolean Array
Converts an integer to a Boolean array. This node returns an array of 8, 16, 32, or 64 elements, depending on the number of bits in the integer input. The 0th element of the array corresponds to the least significant bit of the two's complement representation of the integer.
Inputs/Outputs

number
A number to convert into a Boolean array.

Boolean array
8, 16, 32, or 64 elements depending on the integer of number.