G
Guest
Hi,
I have a BitArray that contains a value --> 1011001 (89)
I want to extract four bits (bits 0-3) of the BitArray --> 1011 (11)
Is there an easy way to do this that I'm missing? Or would I have to create
another BitArray and iterate through the 4 bits of the original BitArray that
I want and copy them one by one?
Thanks,
skicow
I have a BitArray that contains a value --> 1011001 (89)
I want to extract four bits (bits 0-3) of the BitArray --> 1011 (11)
Is there an easy way to do this that I'm missing? Or would I have to create
another BitArray and iterate through the 4 bits of the original BitArray that
I want and copy them one by one?
Thanks,
skicow