Number To Boolean Array

Converts an integer number to a Boolean array of 8, 16, or 32 elements, depending on the number of bits in the integer number, where the 0th element corresponds to the least significant bit of the binary (two's complement) representation of the integer.

number can be a number.
Boolean array can have 8, 16, or 32 elements.