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