Carbon


fPositive

Header: NumberFormatting.h

enum {
    fPositive = 0,
    fNegative = 1,
    fZero = 2
};

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