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