FlexReport for WinForms
FastFind メソッド (Utils)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス : FastFind メソッド
An array of numbers to search for.
The number to search.
The index of specified element in array.
Search the index of specified element in array of numbers.
シンタックス
'宣言
 
Public Shared Function FastFind( _
   ByVal values() As System.Integer, _
   ByVal value As System.Integer, _
   ByRef index As System.Integer _
) As System.Boolean
'使用法
 
Dim values() As System.Integer
Dim value As System.Integer
Dim index As System.Integer
Dim value As System.Boolean
 
value = Utils.FastFind(values, value, index)
public static System.bool FastFind( 
   System.int[] values,
   System.int value,
   out System.int index
)

パラメータ

values
An array of numbers to search for.
value
The number to search.
index
The index of specified element in array.

戻り値の型

True if element found; false otherwise.
参照

参照

Utils クラス
Utils メンバ