Method Set
Set(Int64)
Sets a bit, expanding the set size if necessary.
Declaration
public virtual void Set(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |
Set(Int64, Int64)
Sets a range of bits, expanding the set size if necessary.
Declaration
public virtual void Set(long startIndex, long endIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | startIndex | Lower index |
System.Int64 | endIndex | One-past the last bit to set |