check if value is an integer (Objective-C)

Posted by ludo on Stack Overflow See other posts from Stack Overflow or by ludo
Published on 2010-03-11T05:47:23Z Indexed on 2010/03/11 5:53 UTC
Read the original article Hit count: 274

Filed under:
|

Hi,

How do I check if my value is a integer or not?
I want something like that:


if ( i/split != int )  {...}

Thanks,

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone