Matrix2f.GetArray Method

Definition

Return a reference to the internal array representing matrix values.

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

Returns

Single[]

internal array representing the matrix

Attributes

Remarks

Return a reference to the internal array representing matrix values. Modifying this array will also change the matrix

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