#import <NSDecimalNumber-NSNumberCompatibility.h>
Öffentliche, statische Methoden | |
| (id) | + numberWithChar: |
| (id) | + numberWithUnsignedChar: |
| (id) | + numberWithShort: |
| (id) | + numberWithUnsignedShort: |
| (id) | + numberWithInt: |
| (id) | + numberWithUnsignedInt: |
| (id) | + numberWithLong: |
| (id) | + numberWithUnsignedLong: |
| (id) | + numberWithLongLong: |
| (id) | + numberWithUnsignedLongLong: |
| (id) | + numberWithFloat: |
| (id) | + numberWithDouble: |
| (id) | + numberWithBool: |
Definiert in Zeile 9 der Datei NSDecimalNumber-NSNumberCompatibility.h.
| + (id) numberWithChar: | (BOOL) | fp8 |
| + (id) numberWithUnsignedChar: | (unsigned char) | fp8 |
| + (id) numberWithShort: | (short) | fp8 |
| + (id) numberWithUnsignedShort: | (unsigned short) | fp8 |
| + (id) numberWithInt: | (int) | fp8 |
| + (id) numberWithUnsignedInt: | (unsigned int) | fp8 |
| + (id) numberWithLong: | (long) | fp8 |
| + (id) numberWithUnsignedLong: | (unsigned long) | fp8 |
| + (id) numberWithLongLong: | (long long) | fp8 |
| + (id) numberWithUnsignedLongLong: | (unsigned long long) | fp8 |
| + (id) numberWithFloat: | (float) | fp8 |
| + (id) numberWithDouble: | (double) | fp8 |
| + (id) numberWithBool: | (BOOL) | fp8 |