Skip to content

Instantly share code, notes, and snippets.

@JeOam
Created November 7, 2013 06:04
Show Gist options
  • Save JeOam/7349764 to your computer and use it in GitHub Desktop.
Save JeOam/7349764 to your computer and use it in GitHub Desktop.
Creation and Initialization Initialization Instance Method Retrieval Instance Method
numberWithChar: initWithChar: charValue
numberWithUnignedChar: initWithUnsignedChar: unsignedCharValue
numberWithShort: initWithShort: shortValue
numberWithUnsignedShort: initWithUnsignedShort: unsignedShortVlaue
numberWithInteger: initWithInteger: integerValue
numberWithUnsignedInteger: initWithUnsignedInteger: unsignedIntegerValue
numberWithInt: initWithInt: intValue
numberWithUnsignedInt: initWithUnsignedInt: unsignedIntValue
numberWithLong: initWithLong: longValue
numberWithUnsignedLong: initWithUnsignedLong: unsignedLongValue
numberWithLongLong: initWithLongLong: longlongValue
numberWithUnsignedLongLong: initWithUnsignedLongLong: unsignedLongLongValue
numberWithFloat: initWithFloat: floatValue
numberWithDouble: initWithDouble: doubleValue
numberWithBool: initWithBool: boolValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment