Property | Type | Description | |
---|---|---|---|
IsDirty | bool |
Method | Description | |
---|---|---|
And ( |
||
AndNot ( |
||
BitArrayCompress ( ) : System.Collections.Generic | ||
BitArrayCompress ( Type type, uint ints ) : System.Collections.Generic | ||
Copy ( ) : |
||
CountOnes ( ) : long | ||
CountZeros ( ) : long | ||
FreeMemory ( ) : void | ||
Get ( int index ) : bool | ||
GetBitIndexes ( ) : IEnumerable |
||
GetCompressed ( ) : uint[] | ||
Not ( ) : |
||
Or ( |
||
Set ( int index, bool val ) : void | ||
Xor ( |
Method | Description | |
---|---|---|
ChangeTypeIfNeeded ( ) : void | ||
CheckBitArray ( ) : void | ||
Compress ( uint data ) : void | ||
FlushOnes ( List |
||
FlushZeros ( List |
||
GetUncompressed ( ) : uint[] | ||
InternalGet ( int index ) : bool | ||
InternalSet ( int index, bool val ) : void | ||
Prelogic ( |
||
Resize ( int index ) : void | ||
ResizeAsNeeded ( List |
||
Take31Bits ( uint data, int index ) : uint | ||
Uncompress ( ) : void | ||
UnpackOffsets ( ) : uint[] | ||
Write31Bits ( List |
||
WriteOnes ( List |
public And ( |
||
op | ||
return |
public AndNot ( |
||
op | ||
return |
public BitArrayCompress ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public BitArrayCompress ( Type type, uint ints ) : System.Collections.Generic | ||
type | Type | |
ints | uint | |
return | System.Collections.Generic |
public Or ( |
||
op | ||
return |
public Xor ( |
||
op | ||
return |