NSNumber
version(D_ObjectiveC)
extern (
Objective-C) extern
class NSNumber :
NSValue {
}
- boolValue
BOOL boolValue()
Undocumented in source.
- charValue
byte charValue()
Undocumented in source.
- doubleValue
double doubleValue()
Undocumented in source.
- floatValue
float floatValue()
Undocumented in source.
- intValue
int intValue()
Undocumented in source.
- longValue
long longValue()
Undocumented in source.
- shortValue
short shortValue()
Undocumented in source.
- ubyteValue
ubyte ubyteValue()
Undocumented in source.
- uintValue
uint uintValue()
Undocumented in source.
- ulongValue
ulong ulongValue()
Undocumented in source.
- ushortValue
ushort ushortValue()
Undocumented in source.
- opCall
NSNumber opCall(BOOL )
Undocumented in source.
- opCall
NSNumber opCall(byte )
Undocumented in source.
- opCall
NSNumber opCall(double )
Undocumented in source.
- opCall
NSNumber opCall(float )
Undocumented in source.
- opCall
NSNumber opCall(int )
Undocumented in source.
- opCall
NSNumber opCall(long )
Undocumented in source.
- opCall
NSNumber opCall(short )
Undocumented in source.
- opCall
NSNumber opCall(ubyte )
Undocumented in source.
- opCall
NSNumber opCall(uint )
Undocumented in source.
- opCall
NSNumber opCall(ulong )
Undocumented in source.
- opCall
NSNumber opCall(ushort )
Undocumented in source.
objc runtime
aliasesclassesconstructorsfunctionsmanifest constantsmixin templatesstructsvariables
An object wrapper for primitive scalar numeric values.