Fills the specified array with the specified element.
Syntax
[Android.Runtime.Register("fill", "([FF)V", "")]
public static
void Fill (
float[] array,
float value)
Parameters
- array
- the float array to fill.
- value
- the float element.
Remarks
Requirements
Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1