| Class | Description |
|---|---|
| BitArray32 |
Manages a compact memory array of specified N bit
values and provides constant-time access to each bit.
|
| BitArray64 |
Manages a compact memory array of specified N bit
values and provides constant-time access to each bit.
|
| BitInt32 |
Manages a compact array of 32 bit values and
provides constant-time access to each bit.
|
| BitInt32Adaptor |
Implements methods that generate various adaptors.
|
| BitInt64 |
Manages a compact array of 64 bit values and
provides constant-time access to each bit.
|
| BitInt64Adaptor |
Implements the method from the IStreamable<BitInt64>
interface using the extension methods.
|
| BitVector32 |
Manages a resizable array of bit values bit
values and provides constant-time access to each bit.
|
| BitVector64 |
Manages a resizable array of bit values bit
values and provides constant-time access to each bit.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.