JNIEnv.CallDoubleMethod Method

Definition

Overloads

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

CallDoubleMethod(IntPtr, IntPtr)

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

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

Returns

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

CallDoubleMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

Returns

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

CallDoubleMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

Returns

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