AndroidJNI.SetFloatArrayElement Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.SetFloatArrayElement

static function SetFloatArrayElement (array : IntPtr, index : int, val : float) : void

Description

Sets the value of one element in a primitive array.

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

See Also: Java Native Interface Specification (Oracle)