iphone integer multiplication
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-06-17T02:26:34Z
Indexed on
2010/06/17
2:32 UTC
Read the original article
Hit count: 281
iphone
|objective-c
I don't understand why this doesn't work:
[abc = ([def intValue] - 71) * 6];
'*' should be the viable way of doing multiplication and 'abc' is defined as an NSInteger. ('def' is an NSString)
© Stack Overflow or respective owner