Matrix2f.GetArray Method

Definition

Caution

deprecated

Return a reference to the internal array representing matrix values.

[Android.Runtime.Register("getArray", "()[F", "GetGetArrayHandler")]
[System.Obsolete("deprecated")]
public virtual float[]? GetArray ();
[<Android.Runtime.Register("getArray", "()[F", "GetGetArrayHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetArray : unit -> single[]
override this.GetArray : unit -> single[]

Returns

Single[]

internal array representing the matrix

Attributes

Remarks

Java documentation for android.renderscript.Matrix2f.getArray().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to