JNIEnv.CallNonvirtualDoubleMethod Method

Definition

Overloads

CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr)
CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr, JValue*)
CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr, JValue[])

CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr)

public static double CallNonvirtualDoubleMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod);
static member CallNonvirtualDoubleMethod : nativeint * nativeint * nativeint -> double

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr

Returns

Double

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

CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr, JValue*)

public static double CallNonvirtualDoubleMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallNonvirtualDoubleMethod : nativeint * nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> double

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

Double

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

CallNonvirtualDoubleMethod(IntPtr, IntPtr, IntPtr, JValue[])

public static double CallNonvirtualDoubleMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallNonvirtualDoubleMethod : nativeint * nativeint * nativeint * Android.Runtime.JValue[] -> double

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

Double

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