Method FastFlip
FastFlip(Int32)
Flips a bit.
The index
should be less than the Length.
Declaration
public virtual void FastFlip(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
FastFlip(Int64)
Flips a bit.
The index
should be less than the Length.
Declaration
public virtual void FastFlip(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |