NSString *myString = [NSString stringWithFormat: @"%d", myNSInteger];
float myFloat = [myNSNumber floatValue];
NSInteger *myNSInteger = (NSInteger) myInt;
int myInt = (int) myFloat;
NSString *myString = [NSString stringWithFormat: @"%d", myNSInteger];
float myFloat = [myNSNumber floatValue];
NSInteger *myNSInteger = (NSInteger) myInt;
int myInt = (int) myFloat;