Method Flip
Flip(Int32, Int32)
Flips a range of bits
Declaration
public void Flip(int startIndex, int endIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | startIndex | Lower index |
System.Int32 | endIndex | One-past the last bit to flip |