Array.BinarySearch Method


Definition

public static int BinarySearch( Array array, int index, int length, Object value, IComparer comparer );

Parameters

arraySystem.Array.
indexSystem.Int32.
lengthSystem.Int32.
valueSystem.Object.
comparerSystem.IComparer.

Return Value

System.Int32.

© 2004-2005 GlobFX Technologies. All rights reserved.