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

indexLessThanIndex(_:)

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

Declaration 宣言

func indexLessThanIndex(_ value: Int) -> Int

Parameters パラメータ

index

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

Return Value 戻り値

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

See Also 参照

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