class BitArraySource
Methods 8
References IDToIndex()
Creates an array which will be able to accomodate 'size' number of unique IDs
Returns number of bits this array can hold
References array.Count()
Returns number of INTs required to hold this ID minus 1(ie for 32, the result is 0, for 33, the result is 1)
Referenced by AddIDToMask(), CreateArrayWithID(), CreateMaskArray()