BitArray.appendBits

Appends a number of bits (up to 32) to the array.

@param integer value @param integer numBits @return void @throws Exception\InvalidArgumentException

class BitArray
void
appendBits
(
int value
,,
bool test = false
)

Meta