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

static function SetStaticDoubleField(clazz: IntPtr, fieldID: IntPtr, val: double): void;
static void SetStaticDoubleField(IntPtr clazz, IntPtr fieldID, double val);
static def SetStaticDoubleField(clazz as IntPtr, fieldID as IntPtr, val as double) as void

Description

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