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.