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

countOfIndexes(in:)

Returns the number of indexes in the index set that are members of a given range. 与えられた範囲のメンバである、そのインデックス集合の中のインデックスの数を返します。

Declaration 宣言

func countOfIndexes(in range: NSRange) -> Int

Parameters パラメータ

indexRange

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

Return Value 戻り値

Number of indexes in the index set that are members of indexRange. indexRangeのメンバである、そのインデックス集合の中のインデックスの数。

See Also 参照

Querying Index Sets インデックス集合に問い合わせる