Java.Nio.FloatBuffer.Wrap Method
Creates a new float buffer by wrapping the given float array.

Syntax

[Android.Runtime.Register("wrap", "([F)Ljava/nio/FloatBuffer;", "")]
public static FloatBuffer Wrap (float[] array)

Parameters

array
the float array which the new buffer will be based on.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new float buffer by wrapping the given float array.

Calling this method has the same effect as wrap(array, 0, array.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