Method FlipAndGet
FlipAndGet(Int32)
Flips a bit and returns the resulting bit value.
The index
should be less than the Length.
Declaration
public virtual bool FlipAndGet(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
FlipAndGet(Int64)
Flips a bit and returns the resulting bit value.
The index
should be less than the Length.
Declaration
public virtual bool FlipAndGet(long index)
Parameters
Type |
Name |
Description |
System.Int64 |
index |
|
Returns
Type |
Description |
System.Boolean |
|