org.rococoa.cocoa.foundation.categories
Interface NSNumberCreation
- All Known Implementing Classes:
- NSDecimalNumber, NSNumber
public interface NSNumberCreation
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
initWithChar
NSNumber initWithChar(byte value)
initWithUnsignedChar
NSNumber initWithUnsignedChar(byte value)
initWithShort
NSNumber initWithShort(short value)
initWithUnsignedShort
NSNumber initWithUnsignedShort(short value)
initWithInt
NSNumber initWithInt(int value)
initWithUnsignedInt
NSNumber initWithUnsignedInt(int value)
initWithLong
NSNumber initWithLong(NativeLong value)
initWithUnsignedLong
NSNumber initWithUnsignedLong(NativeLong value)
initWithLongLong
NSNumber initWithLongLong(long value)
initWithUnsignedLongLong
NSNumber initWithUnsignedLongLong(long value)
initWithFloat
NSNumber initWithFloat(float value)
initWithDouble
NSNumber initWithDouble(double value)
initWithBool
NSNumber initWithBool(boolean value)
initWithInteger
NSNumber initWithInteger(int value)
initWithUnsignedInteger
NSNumber initWithUnsignedInteger(int value)