Method Get
Get(Int32)
Declaration
public override long Get(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The position of the value. |
Returns
Type | Description |
---|---|
System.Int64 | The value at the given index. |
Overrides
Get(Int32, Int64[], Int32, Int32)
Declaration
public override int Get(int index, long[] arr, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int64[] | arr | |
System.Int32 | off | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.Int32 |