Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
GetNextOrExactIndex メソッド (Series)
可能な場合、特定のワールド位置と近い次のインデックスを取得します。それ以外の場合、NAN。
シンタックス
'宣言
Public Overridable Function GetNextOrExactIndex( _
ByVal As Point, _
ByVal As Boolean _
) As Integer
public virtual int GetNextOrExactIndex(
Point ,
bool
)
パラメータ
- world
- 検索に使用するワールド位置。
- skipUnknowns
- 検索で不明値をスキップするかどうか。
戻り値の型
検索したインデックス。それ以外の場合、-1。
参照