AndroidJNI.SetFloatArrayElement

Cambiar al Manual
public static void SetFloatArrayElement (IntPtr array, int index, float val);

Descripción

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)