Method |
Description |
|
And ( BitString other ) : BitString |
|
|
BitString ( BitString bits ) : System |
|
|
BitString ( int length, bool defaultValue ) : System |
|
|
BitString ( long length ) : System |
|
|
Clone ( ) : object |
|
|
CountCommonBits ( BitString other ) : int |
|
|
CountSet ( ) : int |
|
|
Get ( long index ) : bool |
|
|
GetCommonIndices ( BitString other ) : List |
|
|
GetFirstSetBitIndex ( ) : int |
|
|
GetLastCommonBitIndex ( BitString other ) : int |
|
|
GetLastSetBitIndex ( ) : int |
|
|
GetSetIndeces ( ) : List |
|
|
GetSetIndecesCount ( ) : int |
|
|
GetSetUInt64Indices ( ) : List |
|
|
HaveCommonBits ( BitString other ) : bool |
|
|
Not ( ) : BitString |
|
|
Or ( BitString value ) : BitString |
|
|
Reset ( long index ) : void |
|
|
Set ( long index ) : void |
|
|
Set ( long index, bool value ) : void |
|
|
SetAll ( bool value ) : void |
|
|
Xor ( BitString value ) : BitString |
|
|
this ( int index ) : bool |
|
|