ArrayMath.SearchSorted(Double[], Double) 方法

定义

public static int SearchSorted (double[] array, double item);
static member SearchSorted : double[] * double -> int
Public Shared Function SearchSorted (array As Double(), item As Double) As Integer

参数

array
Double[]
item
Double

返回

适用于