Method | Description | |
---|---|---|
BitMap ( Stream src ) : System | ||
BitMap ( byte selectionBits ) : System | ||
BitMap ( int bitsize ) : System |
The bit size ceiled to a multiple of 8
|
|
GetBit ( int index ) : bool |
|
|
SetBit ( int index, bool value ) : void |
Sets the specified bit to the specified value
|
|
SetBitmap ( bool value ) : void |
Sets the whole bitmap to the specified value
|
|
this ( int index ) : bool |
public BitMap ( byte selectionBits ) : System | ||
selectionBits | byte | |
return | System |
public SetBit ( int index, bool value ) : void | ||
index | int | |
value | bool | |
return | void |