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