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

static function FromDoubleArray(array: IntPtr): double[];
static double[] FromDoubleArray(IntPtr array);
static def FromDoubleArray(array as IntPtr) as double[]

Description

Convert a Java array of double to a managed array of System.Double.