Carbon


fixed1

Header: FixMath.h

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

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