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

Syntax

[Android.Runtime.Register("setFloat", "(Ljava/lang/Object;IF)V", "")]
public static void SetFloat (Java.Lang.Object array, int index, float 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 and float 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