Property | Type | Description | |
---|---|---|---|
isDirty | bool |
Method | Description | |
---|---|---|
And ( |
||
And ( |
||
AndNot ( |
||
Copy ( ) : |
||
CountOnes ( ) : long | ||
CountZeros ( ) : long | ||
DebugPrint ( ) : string | ||
FreeMemory ( ) : void | ||
Get ( int index ) : bool | ||
GetBitIndexes ( ) : IEnumerable |
||
GetBitIndexes ( bool ones ) : IEnumerable |
||
GetCompressed ( ) : uint[] | ||
Not ( ) : WAHBitArray | ||
Or ( BitArray op ) : WAHBitArray | ||
Or ( WAHBitArray op ) : WAHBitArray | ||
Set ( int index, bool val ) : void | ||
WAHBitArray ( ) : System | ||
WAHBitArray ( BitArray bitarray ) : System | ||
WAHBitArray ( TYPE type, uint ints ) : System | ||
WAHBitArray ( uint CompressedInts ) : System | ||
Xor ( BitArray op ) : WAHBitArray | ||
Xor ( WAHBitArray op ) : WAHBitArray |
Method | Description | |
---|---|---|
ChangeTypeIfNeeded ( ) : void | ||
CheckBitArray ( ) : void | ||
CheckBitArray ( |
||
CheckBitArray ( |
||
Compress ( ) : void | ||
Compress ( uint data ) : void | ||
FlushOnes ( List |
||
FlushZeros ( List |
||
GetUncompressed ( ) : uint[] | ||
Resize ( int index ) : void | ||
ResizeAsNeeded ( List |
||
Take31Bits ( uint data, int index ) : uint | ||
Uncompress ( ) : void | ||
UnpackOffsets ( ) : uint[] | ||
Write31Bits ( List |
||
WriteOnes ( List |
||
internalGet ( int index ) : bool | ||
internalSet ( int index, bool val ) : void | ||
prelogic ( WAHBitArray op, uint &left, uint &right ) : void |
public And ( |
||
op | ||
return |
public AndNot ( |
||
op | ||
return |
public GetBitIndexes ( bool ones ) : IEnumerable |
||
ones | bool | |
return | IEnumerable |
public WAHBitArray ( BitArray bitarray ) : System | ||
bitarray | BitArray | |
return | System |
public WAHBitArray ( TYPE type, uint ints ) : System | ||
type | TYPE | |
ints | uint | |
return | System |
public WAHBitArray ( uint CompressedInts ) : System | ||
CompressedInts | uint | |
return | System |