FieldPacker.AddI64 Method

Definition

Overloads

AddI64(Int64)
AddI64(Long4)
AddI64(Long2)
AddI64(Long3)

AddI64(Int64)

[Android.Runtime.Register("addI64", "(J)V", "GetAddI64_JHandler")]
public virtual void AddI64 (long v);
[<Android.Runtime.Register("addI64", "(J)V", "GetAddI64_JHandler")>]
abstract member AddI64 : int64 -> unit
override this.AddI64 : int64 -> unit

Parameters

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

AddI64(Long4)

[Android.Runtime.Register("addI64", "(Landroid/renderscript/Long4;)V", "GetAddI64_Landroid_renderscript_Long4_Handler")]
public virtual void AddI64 (Android.Renderscripts.Long4? v);
[<Android.Runtime.Register("addI64", "(Landroid/renderscript/Long4;)V", "GetAddI64_Landroid_renderscript_Long4_Handler")>]
abstract member AddI64 : Android.Renderscripts.Long4 -> unit
override this.AddI64 : Android.Renderscripts.Long4 -> unit

Parameters

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

AddI64(Long2)

[Android.Runtime.Register("addI64", "(Landroid/renderscript/Long2;)V", "GetAddI64_Landroid_renderscript_Long2_Handler")]
public virtual void AddI64 (Android.Renderscripts.Long2? v);
[<Android.Runtime.Register("addI64", "(Landroid/renderscript/Long2;)V", "GetAddI64_Landroid_renderscript_Long2_Handler")>]
abstract member AddI64 : Android.Renderscripts.Long2 -> unit
override this.AddI64 : Android.Renderscripts.Long2 -> unit

Parameters

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

AddI64(Long3)

[Android.Runtime.Register("addI64", "(Landroid/renderscript/Long3;)V", "GetAddI64_Landroid_renderscript_Long3_Handler")]
public virtual void AddI64 (Android.Renderscripts.Long3? v);
[<Android.Runtime.Register("addI64", "(Landroid/renderscript/Long3;)V", "GetAddI64_Landroid_renderscript_Long3_Handler")>]
abstract member AddI64 : Android.Renderscripts.Long3 -> unit
override this.AddI64 : Android.Renderscripts.Long3 -> unit

Parameters

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