Class | Description |
---|---|
BitVector |
The
BitVector class provides an interface for working with bit vectors ("raw" binary
data) of arbitrary size. |
BitVectorMath |
The
BitVectorMath class contains utility methods and classes to perform operations
with bit vectors. |
Enum | Description |
---|---|
BitVectorMath.Operands |
Describes the number of arguments accepted by the bit vector operations.
|
BitVectorMath.Operations |
Provides singleton objects that allow performing operations with bit vectors in
a unified way (i.e.
|