开发者

NSIntersectionRange with a 0 length argument

开发者 https://www.devze.com 2023-01-22 17:02 出处:网络
In Object开发者_Python百科ive C, when using the function NSIntersectionRange with one of the arguments being zero length, does the result equal the other argument? Didn\'t see this when I searched so

In Object开发者_Python百科ive C, when using the function NSIntersectionRange with one of the arguments being zero length, does the result equal the other argument? Didn't see this when I searched so I wanted to clarify it for others.


Yes, it returns the argument that was not 0 length.

0

精彩评论

暂无评论...
验证码 换一张
取 消