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

static function SetIntArrayElement (array : IntPtr, index : int, val : Int32) : void

Description

Sets the value of one element in a primitive array.

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

See Also: Java Native Interface Specification (Oracle)