Java.Nio.FloatBuffer.HasArray Property
Returns true if array and arrayOffset won't throw.

Syntax

[get: Android.Runtime.Register("hasArray", "()Z", "GetHasArrayHandler")]
public override bool HasArray { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if array and arrayOffset won't throw. This method does not return true for buffers not backed by arrays because the other methods would throw UnsupportedOperationException, nor does it return true for buffers backed by read-only arrays, because the other methods would throw ReadOnlyBufferException.

[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