Share via


Matrix2f.Set(Int32, Int32, Single) Method

Definition

Sets the value for a given row and column

[Android.Runtime.Register("set", "(IIF)V", "GetSet_IIFHandler")]
public virtual void Set (int x, int y, float v);
[<Android.Runtime.Register("set", "(IIF)V", "GetSet_IIFHandler")>]
abstract member Set : int * int * single -> unit
override this.Set : int * int * single -> unit

Parameters

x
Int32

column of the value to set

y
Int32

row of the value to set

v
Single
Attributes

Remarks

Sets the value for a given row and column

Java documentation for android.renderscript.Matrix2f.set(int, int, float).

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