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

indexGreaterThanOrEqual(to:)

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

Declaration 宣言

func indexGreaterThanOrEqual(to value: Int) -> Int

Parameters パラメータ

index

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

Return Value 戻り値

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

See Also 参照

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