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.GetStaticDoubleField

static function GetStaticDoubleField(clazz: IntPtr, fieldID: IntPtr): double;
static double GetStaticDoubleField(IntPtr clazz, IntPtr fieldID);
static def GetStaticDoubleField(clazz as IntPtr, fieldID as IntPtr) as double

Description

This function returns the value of a static field of an object.