Use this method to remove a single value from the array.
BitArray is 0 based, that is the first boolean is number 0.Note that in BitArray then inserting and removing is slow, while appending and reading and writing is very fast.
BitArray Class