Matrix4f.Get(Int32, Int32) Method

Definition

Caution

deprecated

Returns the value for a given row and column

[Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler")]
[System.Obsolete("deprecated")]
public virtual float Get (int x, int y);
[<Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Get : int * int -> single
override this.Get : int * int -> single

Parameters

x
Int32

column of the value to return

y
Int32

row of the value to return

Returns

Single

value in the yth row and xth column

Attributes

Remarks

Java documentation for android.renderscript.Matrix4f.get(int, int).

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