Function 関数

NSLocationInRange

Returns a Boolean value that indicates whether a specified position is in a given range. 与えられた位置が与えられた範囲の中にあるかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSLocationInRange(NSUInteger loc, NSRange range);

Return Value 戻り値

YES if loc lies within range—that is, if it’s greater than or equal to range.location and less than range.location plus range.length. YES、もしlocrange内に置かれているならば — すなわち、それがrange.locationより大きいか等しいそしてrange.location足すrange.lengthより少ないならば。

See Also 参照

Managing Ranges 範囲を管理する