Function 関数

NSMaxRange

Returns the sum of the location and length of the range. 範囲の位置と長さの合計を返します。

Declaration 宣言

NSUInteger NSMaxRange(NSRange range);

Return Value 戻り値

The sum of the location and length of the range—that is, range.location + range.length. 範囲の位置と長さの合計 — すなわち、range.location + range.length

See Also 参照

Managing Ranges 範囲を管理する