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