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