Long3 Constructors

Definition

Overloads

Long3()
Long3(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Long3(Int64, Int64, Int64)

Long3()

[Android.Runtime.Register(".ctor", "()V", "")]
public 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

Long3(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected Long3 (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.Long3 : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.Long3

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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

Long3(Int64, Int64, Int64)

[Android.Runtime.Register(".ctor", "(JJJ)V", "")]
public Long3 (long x, long y, long z);
[<Android.Runtime.Register(".ctor", "(JJJ)V", "")>]
new Android.Renderscripts.Long3 : int64 * int64 * int64 -> Android.Renderscripts.Long3

Parameters

x
Int64
y
Int64
z
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