バージョン

GetPreviousOrExactIndexHelper メソッド

特定のワールド位置に近い以前のインデックスを取得します。
シンタックス
'宣言
 
Protected Friend Function GetPreviousOrExactIndexHelper( _
   ByVal world As Point, _
   ByVal skipUnknowns As Boolean, _
   ByVal indexAxis As Axis, _
   ByVal getExactUnsortedIndex As Func(Of Point,Double), _
   ByVal valueColumn As IList(Of Double) _
) As Integer
protected internal int GetPreviousOrExactIndexHelper( 
   Point world,
   bool skipUnknowns,
   Axis indexAxis,
   Func<Point,double> getExactUnsortedIndex,
   IList<double> valueColumn
)

パラメータ

world
検索に使用するワールド位置。
skipUnknowns
検索で不明値をスキップするかどうか。
indexAxis
インデックスと関連付けられている軸。
getExactUnsortedIndex
並べ替え軸から正確な並べ替えていないインデックスを取得します。
valueColumn
不明値を検索する値の列。

戻り値の型

検索したインデックス。それ以外の場合、-1。
参照