Array.BinarySearch Method


Definition

public static int BinarySearch( int[] array, int index, int length, int value );

Parameters

arraySystem.Int32[].
indexSystem.Int32.
lengthSystem.Int32.
valueSystem.Int32.

Return Value

System.Int32.

© 2004-2005 GlobFX Technologies. All rights reserved.