FlexReport for WPF
FastFind メソッド (Utils)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : FastFind メソッド
検索する数値の配列。
検索する数値。
配列内の指定された要素のインデックス。
数値の配列内で指定された要素のインデックスを検索します。
シンタックス
'宣言
 
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
検索する数値の配列。
value
検索する数値。
index
配列内の指定された要素のインデックス。

戻り値の型

要素が見つかった場合は true、そうでない場合は false。
参照

Utils クラス
Utils メンバ