Long3 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.