語言

JniEnvironment.InstanceMethods.CallDoubleMethod 方法

定義

多載

CallDoubleMethod(JniObjectReference, JniMethodInfo)

public static double CallDoubleMethod(Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method);
static member CallDoubleMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> double

參數

method
JniMethodInfo

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

CallDoubleMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static double CallDoubleMethod(Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallDoubleMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> double

參數

method
JniMethodInfo

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於