Carbon


CFNumberIsFloatType

Header: CFNumber.h Carbon status: Supported

Determines whether the specified CFNumber object contains a value stored as one of the defined floating point types.

Boolean CFNumberIsFloatType (
    CFNumberRef number
);
number

The CFNumber object you wish to examine.

function result

TRUE if the CFNumber object's value is one of the defined floating point types. Otherwise FALSE. The valid floating point types are listed in CFNumber Type Flags.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)