NSNumber Class Reference
PDF
Overview
Creating a Subclass of NSNumber
Tasks
Creating an NSNumber Object
Initializing an NSNumber Object
Accessing Numeric Values
Retrieving String Representations
Comparing NSNumber Objects
Accessing Type Information
Class Methods
numberWithBool:
numberWithChar:
numberWithDouble:
numberWithFloat:
numberWithInt:
numberWithInteger:
numberWithLong:
numberWithLongLong:
numberWithShort:
numberWithUnsignedChar:
numberWithUnsignedInt:
numberWithUnsignedInteger:
numberWithUnsignedLong:
numberWithUnsignedLongLong:
numberWithUnsignedShort:
Instance Methods
boolValue
charValue
compare:
decimalValue
descriptionWithLocale:
doubleValue
floatValue
initWithBool:
initWithChar:
initWithDouble:
initWithFloat:
initWithInt:
initWithInteger:
initWithLong:
initWithLongLong:
initWithShort:
initWithUnsignedChar:
initWithUnsignedInt:
initWithUnsignedInteger:
initWithUnsignedLong:
initWithUnsignedLongLong:
initWithUnsignedShort:
integerValue
intValue
isEqualToNumber:
longLongValue
longValue
objCType
shortValue
stringValue
unsignedCharValue
unsignedIntegerValue
unsignedIntValue
unsignedLongLongValue
unsignedLongValue
unsignedShortValue
Revision History
Index
Companion Guides
Number and Value Programming Topics for Cocoa
Property List Programming Guide