Instance Method インスタンスメソッド

indexGreaterThanIndex(_:)

Returns either the closest index in the index set that is greater than a specific index or the not-found indicator. 特定のインデックスより大きい、そのインデックス集合の中の最も近いインデックスまたは未検出標識のどちらかを返します。

Declaration 宣言

func indexGreaterThanIndex(_ value: Int) -> Int

Parameters パラメータ

index

Index being inquired about. それについて尋ねられているインデックス。

Return Value 戻り値

Closest index in the index set greater than index; NSNotFound when the index set contains no qualifying index. indexより大きいそのインデックス集合の中の最も近いインデックス;尋ねているインデックスをインデックス集合が含まない時はNSNotFound。

See Also 参照

Getting Indexes インデックスを取得する