FieldPacker.AddI16 Method

Definition

Overloads

AddI16(Short2)
AddI16(Short3)
AddI16(Short4)
AddI16(Int16)

AddI16(Short2)

[Android.Runtime.Register("addI16", "(Landroid/renderscript/Short2;)V", "GetAddI16_Landroid_renderscript_Short2_Handler")]
public virtual void AddI16 (Android.Renderscripts.Short2? v);
[<Android.Runtime.Register("addI16", "(Landroid/renderscript/Short2;)V", "GetAddI16_Landroid_renderscript_Short2_Handler")>]
abstract member AddI16 : Android.Renderscripts.Short2 -> unit
override this.AddI16 : Android.Renderscripts.Short2 -> unit

Parameters

v
Short2
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

AddI16(Short3)

[Android.Runtime.Register("addI16", "(Landroid/renderscript/Short3;)V", "GetAddI16_Landroid_renderscript_Short3_Handler")]
public virtual void AddI16 (Android.Renderscripts.Short3? v);
[<Android.Runtime.Register("addI16", "(Landroid/renderscript/Short3;)V", "GetAddI16_Landroid_renderscript_Short3_Handler")>]
abstract member AddI16 : Android.Renderscripts.Short3 -> unit
override this.AddI16 : Android.Renderscripts.Short3 -> unit

Parameters

v
Short3
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

AddI16(Short4)

[Android.Runtime.Register("addI16", "(Landroid/renderscript/Short4;)V", "GetAddI16_Landroid_renderscript_Short4_Handler")]
public virtual void AddI16 (Android.Renderscripts.Short4? v);
[<Android.Runtime.Register("addI16", "(Landroid/renderscript/Short4;)V", "GetAddI16_Landroid_renderscript_Short4_Handler")>]
abstract member AddI16 : Android.Renderscripts.Short4 -> unit
override this.AddI16 : Android.Renderscripts.Short4 -> unit

Parameters

v
Short4
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

AddI16(Int16)

[Android.Runtime.Register("addI16", "(S)V", "GetAddI16_SHandler")]
public virtual void AddI16 (short v);
[<Android.Runtime.Register("addI16", "(S)V", "GetAddI16_SHandler")>]
abstract member AddI16 : int16 -> unit
override this.AddI16 : int16 -> unit

Parameters

v
Int16
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