Java.Util.Arrays.Sort Method
Sorts the specified array in ascending numerical order.

Syntax

[Android.Runtime.Register("sort", "([D)V", "")]
public static void Sort (double[] array)

See Also

Arrays.Sort(Double[], System.Int32, System.Int32)

Parameters

array
the double array to be sorted.

Remarks

Sorts the specified array in ascending numerical order.

[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