Method Get
Get(Int32)
Returns true
or false
for the specified bit index
.
Declaration
public virtual bool Get(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Get(Int64)
Returns true
or false
for the specified bit index
.
Declaration
public virtual bool Get(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |
Returns
Type | Description |
---|---|
System.Boolean |