Shifts the first length bits of the source BitArray by numBits and stores it into the target BitArray.
Parameter length must be less than or equal to the source and target length.
Shift the bits given by this BitArray
Defines how many bits to shift from the source. Cannot be higher than source/target length
Defines the shift amount for each bit
The output BitArray to store the shifted result to
See Implementation
Shifts the first length bits of the source BitArray by numBits and stores it into the target BitArray.
Parameter length must be less than or equal to the source and target length.