Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.GetFloatField

static function GetFloatField(obj: IntPtr, fieldID: IntPtr): float;
static float GetFloatField(IntPtr obj, IntPtr fieldID);
static def GetFloatField(obj as IntPtr, fieldID as IntPtr) as float

Description

This function returns the value of an instance (nonstatic) field of an object.