Freigeben über


Long4 Constructors

Definition

Overloads

Long4()
Long4(IntPtr, JniHandleOwnership)

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

Long4(Int64, Int64, Int64, Int64)

Long4()

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

Long4(IntPtr, JniHandleOwnership)

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

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

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

Long4(Int64, Int64, Int64, Int64)

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

Parameters

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