Converts Boolean array to an unsigned long integer by interpreting it as the binary (two's complement) representation of an integer with the first element of the array being the least significant bit.
![]() |
Boolean array is a one-dimensional array of Boolean values. This function truncates the Boolean array if it is too long and pads it with Boolean FALSE bits if the Boolean array is too short. |
![]() |
number is an unsigned long integer. |