Carbon


typeSMInt

Header: AEDataModel.h

enum {
    typeSMInt = 'shor',
    typeShortInteger = 'shor',
    typeInteger = 'long',
    typeLongInteger = 'long',
    typeMagnitude = 'magn',
    typeComp = 'comp',
    typeSMFloat = 'sing',
    typeShortFloat = 'sing',
    typeFloat = 'doub',
    typeLongFloat = 'doub',
    typeExtended = 'exte'
};

Constant descriptions

typeSMInt

16-bit integer.

typeShortInteger

16-bit integer.

typeInteger

32-bit integer.

typeLongInteger

32-bit integer.

typeMagnitude

Unsigned 32-bit integer.

typeComp

Standard Apple Numerics Environment (SANE) comparison operator.

typeSMFloat

SANE single.

typeShortFloat

SANE single.

typeFloat

SANE double.

typeLongFloat

SANE double.

typeExtended

SANE extended.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)