FieldPacker.AddI32 Method

Definition

Overloads

AddI32(Int2)
AddI32(Int3)
AddI32(Int4)
AddI32(Int32)

AddI32(Int2)

[Android.Runtime.Register("addI32", "(Landroid/renderscript/Int2;)V", "GetAddI32_Landroid_renderscript_Int2_Handler")]
public virtual void AddI32 (Android.Renderscripts.Int2? v);
[<Android.Runtime.Register("addI32", "(Landroid/renderscript/Int2;)V", "GetAddI32_Landroid_renderscript_Int2_Handler")>]
abstract member AddI32 : Android.Renderscripts.Int2 -> unit
override this.AddI32 : Android.Renderscripts.Int2 -> unit

Parameters

v
Int2
Attributes

Remarks

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

AddI32(Int3)

[Android.Runtime.Register("addI32", "(Landroid/renderscript/Int3;)V", "GetAddI32_Landroid_renderscript_Int3_Handler")]
public virtual void AddI32 (Android.Renderscripts.Int3? v);
[<Android.Runtime.Register("addI32", "(Landroid/renderscript/Int3;)V", "GetAddI32_Landroid_renderscript_Int3_Handler")>]
abstract member AddI32 : Android.Renderscripts.Int3 -> unit
override this.AddI32 : Android.Renderscripts.Int3 -> unit

Parameters

v
Int3
Attributes

Remarks

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

AddI32(Int4)

[Android.Runtime.Register("addI32", "(Landroid/renderscript/Int4;)V", "GetAddI32_Landroid_renderscript_Int4_Handler")]
public virtual void AddI32 (Android.Renderscripts.Int4? v);
[<Android.Runtime.Register("addI32", "(Landroid/renderscript/Int4;)V", "GetAddI32_Landroid_renderscript_Int4_Handler")>]
abstract member AddI32 : Android.Renderscripts.Int4 -> unit
override this.AddI32 : Android.Renderscripts.Int4 -> unit

Parameters

v
Int4
Attributes

Remarks

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

AddI32(Int32)

[Android.Runtime.Register("addI32", "(I)V", "GetAddI32_IHandler")]
public virtual void AddI32 (int v);
[<Android.Runtime.Register("addI32", "(I)V", "GetAddI32_IHandler")>]
abstract member AddI32 : int -> unit
override this.AddI32 : int -> unit

Parameters

v
Int32
Attributes

Remarks

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