Java.Util.Arrays.ToString Method
Creates a String representation of the float[] passed.

Syntax

[Android.Runtime.Register("toString", "([F)Ljava/lang/String;", "")]
public static string ToString (float[] array)

Parameters

array
the float array to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a String representation of the float[] passed. The result is surrounded by brackets ("[]"), each element is converted to a String via the Java.Lang.String.ValueOf(float) and separated by ", ". If the array is null, then "null" is returned.

[Android Documentation]

Requirements

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