Interface | Description |
---|---|
BitVectorAlgorithm.IAction | |
BitVectorAlgorithm.IBinaryOperation | |
BitVectorAlgorithm.IBinaryPredicate | |
BitVectorAlgorithm.IOperation | |
BitVectorAlgorithm.IUnaryOperation |
Class | Description |
---|---|
BitVector |
The BitVector class provides an interface for working with bit vectors ("raw" binary data) of
arbitrary size.
|
BitVectorAlgorithm | |
BitVectorMath |
The
BitVectorMath class contains utility methods and classes to perform operations
with bit vectors. |
Enum | Description |
---|---|
BitVectorAlgorithm.BinaryOperation | |
BitVectorAlgorithm.BinaryPredicate | |
BitVectorAlgorithm.UnaryOperation | |
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.
|