Java.Lang.Reflect.Array.SetDouble Method
Sets array[index] = value.

Syntax

[Android.Runtime.Register("setDouble", "(Ljava/lang/Object;ID)V", "")]
public static void SetDouble (Java.Lang.Object array, int index, double value)

Parameters

array
Documentation for this section has not yet been entered.
index
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif array == null
Java.Lang.IllegalArgumentExceptionif the array is not an array or the value cannot be converted to the array type by a widening conversion
Java.Lang.ArrayIndexOutOfBoundsExceptionif index = array.length

Remarks

Sets array[index] = value. Applies to double arrays.

[Android Documentation]

Requirements

Namespace: Java.Lang.Reflect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1