Function 関数

NSLocationInRange(_:_:)

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

Declaration 宣言

func NSLocationInRange(_ loc: Int, 
                     _ range: NSRange) -> Bool

Return Value 戻り値

true 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. true、もしlocrange内に置かれているならば — すなわち、それがrange.locationより大きいか等しいそしてrange.location足すrange.lengthより少ないならば。

See Also 参照

Managing Ranges 範囲を管理する