Method Get
Get(Int64)
Declaration
public override sealed long Get(long index)
Parameters
Type |
Name |
Description |
System.Int64 |
index |
|
Returns
Type |
Description |
System.Int64 |
|
Overrides
Get(Int64, Int64[], Int32, Int32)
Bulk get: read at least one and at most len
s starting
from index
into arr[off:off+len]
and return
the actual number of values that have been read.
Declaration
public int Get(long index, long[] arr, int off, int len)
Parameters
Type |
Name |
Description |
System.Int64 |
index |
|
System.Int64[] |
arr |
|
System.Int32 |
off |
|
System.Int32 |
len |
|
Returns
Type |
Description |
System.Int32 |
|