Method FastGet
FastGet(Int32)
Returns true
or false
for the specified bit index
.
The index should be less than the Length.
Declaration
public virtual bool FastGet(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
FastGet(Int64)
Returns true
or false
for the specified bit index
.
The index should be less than the Length.
Declaration
public virtual bool FastGet(long index)
Parameters
Type |
Name |
Description |
System.Int64 |
index |
|
Returns
Type |
Description |
System.Boolean |
|