Compartir a través de


Float4 Constructors

Definition

Overloads

Float4()
Float4(IntPtr, JniHandleOwnership)

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

Float4(Single, Single, Single, Single)

Float4()

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

Float4(IntPtr, JniHandleOwnership)

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

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

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

Float4(Single, Single, Single, Single)

[Android.Runtime.Register(".ctor", "(FFFF)V", "")]
public Float4 (float x, float y, float z, float w);
[<Android.Runtime.Register(".ctor", "(FFFF)V", "")>]
new Android.Renderscripts.Float4 : single * single * single * single -> Android.Renderscripts.Float4

Parameters

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