Java.Util.Arrays.BinarySearch Method
Documentation for this section has not yet been entered.

Syntax

[Android.Runtime.Register("binarySearch", "([Ljava/lang/Object;IILjava/lang/Object;Ljava/util/Comparator;)I", "")]
public static int BinarySearch (Java.Lang.Object[] p0, int p1, int p2, Java.Lang.Object p3, IComparator p4)

Parameters

array
Documentation for this section has not yet been entered.
startIndex
Documentation for this section has not yet been entered.
endIndex
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.
comparator
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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