AndroidJNI.GetDoubleArrayElement 获取双精度浮点数数组元素

static function GetDoubleArrayElement (array : IntPtr, index : int) : double

Description描述

Returns the value of one element of a primitive array.

返回一个基本数组一个元素的值。

This function is a special case of GetDoubleArrayRegion(), called with region size set to 1.

这个函数是一个特殊情况的GetDoubleArrayRegion(),就是region大小设置为1时。

参见: Java Native Interface Specification (Oracle)


,