Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指数を表す文字列を long 値に変換したいと考えています。Objective-Cでこの変換を行うにはどうすればよいですか?
私の指数は「9.91350253E8」です
このように使用できます-
NSString *str=@"9.91350253E8"; 長い一時 = str.longLongValue ; NSLog(@"long-%ld",temp);
NSString *str=@"9.91350253E8";
長い一時 = str.longLongValue ;
NSLog(@"long-%ld",temp);