AndroidJNI.SetIntArrayElementstatic function SetIntArrayElement (array : IntPtr, index : int, val : Int32) : voidDescriptionSets the value of one element in a primitive array. This function is a special case of SetIntArrayRegion(), called with region size set to 1. |
