Java.Nio.LongBuffer.Get Method
Returns the long at the specified index; the position is not changed.

Syntax

[Android.Runtime.Register("get", "(I)J", "GetGet_IHandler")]
public abstract long Get (int index)

Parameters

index
the index, must not be negative and less than limit.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index is invalid.

Remarks

Returns the long at the specified index; the position is not changed.

[Android Documentation]

Requirements

Namespace: Java.Nio
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1