Carbon


fixed1

Header: FixMath.h

enum {
    fixed1 = 65536,
    fract1 = 1073741824,
    positiveInfinity = 2147483647,
    negativeInfinity = -2147483648
};

Constant descriptions

fixed1
fract1
positiveInfinity
negativeInfinity


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)