JNIEnv.CallFloatMethod Method

Definition

Overloads

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

CallFloatMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jobject
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

CallFloatMethod(IntPtr, IntPtr)

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

Parameters

jobject
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

CallFloatMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jobject
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