JniEnvironment.StaticMethods.CallStaticFloatMethod Método

Definición

Sobrecargas

CallStaticFloatMethod(JniObjectReference, JniMethodInfo)

public static float CallStaticFloatMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticFloatMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> single

Parámetros

method
JniMethodInfo

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

CallStaticFloatMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static float CallStaticFloatMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticFloatMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> single

Parámetros

method
JniMethodInfo

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a