语言英语
  • C#

AndroidJNI.GetFloatArrayElement

声明

public static float GetFloatArrayElement(IntPtr array, int index);

说明

返回原始数组中一个元素的值。

此函数是 GetFloatArrayRegion() 的特殊情况,在使用区域大小时设置为 1 时调用。

其他资源:Java Native Interface 规范(Oracle)


Did you find this page useful? Please give it a rating: