Double4 Constructors

Definition

Overloads

Double4()
Double4(IntPtr, JniHandleOwnership)

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

Double4(Double, Double, Double, Double)

Double4()

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

Double4(IntPtr, JniHandleOwnership)

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

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

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

Double4(Double, Double, Double, Double)

[Android.Runtime.Register(".ctor", "(DDDD)V", "")]
public Double4 (double x, double y, double z, double w);
[<Android.Runtime.Register(".ctor", "(DDDD)V", "")>]
new Android.Renderscripts.Double4 : double * double * double * double -> Android.Renderscripts.Double4

Parameters

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