Name

NSDecimal

Synopsis

typedef struct {
    signed int _exponent:8;
    unsigned int _length:4;
    unsigned int _isNegative:11;
    unsigned int _isCompact:1;
    unsigned int _reserved:18;
    unsigned short _mantissa[NSDecimalMaxSize];
} NSDecimal;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.