AndroidJNI.SetDoubleArrayElement

Cambiar al Manual
public static void SetDoubleArrayElement (IntPtr array, int index, double val);

Descripción

Sets the double value of one element in a primitive array.

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

See Also: Java Native Interface Specification (Oracle)