JNIEnv.CallStaticFloatMethod Method

Definition

Overloads

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

CallStaticFloatMethod(IntPtr, IntPtr)

public static float CallStaticFloatMethod (IntPtr jclass, IntPtr jmethod);
static member CallStaticFloatMethod : nativeint * nativeint -> single

Parameters

jclass
IntPtr
jmethod
IntPtr

Returns

Single

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

CallStaticFloatMethod(IntPtr, IntPtr, JValue*)

public static float CallStaticFloatMethod (IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallStaticFloatMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> single

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

Single

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

CallStaticFloatMethod(IntPtr, IntPtr, JValue[])

public static float CallStaticFloatMethod (IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallStaticFloatMethod : nativeint * nativeint * Android.Runtime.JValue[] -> single

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

Single

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