Number to Boolean Array
- 更新时间2023-02-17
- 阅读时长1分钟
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.