Java.Nio.FloatBuffer.Get Method
Reads floats from the current position into the specified float array and increases the position by the number of floats read.

Syntax

[Android.Runtime.Register("get", "([F)Ljava/nio/FloatBuffer;", "GetGet_arrayFHandler")]
public virtual FloatBuffer Get (float[] dest)

Parameters

dst
the destination float array.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionif dst.length is greater than remaining().

Remarks

Reads floats from the current position into the specified float array and increases the position by the number of floats read.

Calling this method has the same effect as get(dst, 0, dst.length).

[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