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

static function FromFloatArray(array: IntPtr): float[];
static float[] FromFloatArray(IntPtr array);
static def FromFloatArray(array as IntPtr) as float[]

Description

Convert a Java array of float to a managed array of System.Single.