![]() |
Maria GDK 4.7.0.84
Documentation of managed code in develop branch
|
Public Member Functions | |
override int | GetHashCode () |
override bool | Equals (object obj) |
BitVec (int[] bitsPos) | |
BitVec (BitVec source) | |
int | CountBits (int maxPos=Int32.MaxValue) |
bool | GetBit (int pos) |
void | SetBit (int pos) |
void | ClearBit (int pos) |
List< int > | GetBits () |
bool | AnyOverlap (BitVec other) |
override string | ToString () |