===== NSNumber ===== NSNumber is a subclass of NSValue that offers a value as any C scalar (numeric) type.\\ ^ Method ^ Description ^ | [[objective-c:foundation.framework:nsnumber.h:initWith|initWith]] | | | [[objective-c:foundation.framework:nsnumber.h:initWithBool|initWithBool]] | | | [[objective-c:foundation.framework:nsnumber.h:initWithInt|initWithInt]] | | | [[objective-c:foundation.framework:nsnumber.h:initWithInteger|initWithInteger]] | | | [[objective-c:foundation.framework:nsnumber.h:initWithDouble|initWithDouble]] | | | [[objective-c:foundation.framework:nsnumber.h:initWithFloat|initWithFloat]] | | | [[objective-c:foundation.framework:nsnumber.h:numberWith|numberWith]] | | | [[objective-c:foundation.framework:nsnumber.h:boolValue|boolValue]] | | | [[objective-c:foundation.framework:nsnumber.h:intValue|intValue]] | | | [[objective-c:foundation.framework:nsnumber.h:doubleValue|doubleValue]] | | | [[objective-c:foundation.framework:nsnumber.h:floatValue|floatValue]] | | | [[objective-c:foundation.framework:nsnumber.h:charValue|charValue]] | | | [[objective-c:foundation.framework:nsnumber.h:descriptionWithLocale|descriptionWithLocale]] | | | [[objective-c:foundation.framework:nsnumber.h:isEqualToNumber|isEqualToNumber]] | compares object with Number| | [[objective-c:foundation.framework:nsnumber.h:initWithUnsignedInt|initWithUnsignedInt]] | |