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
);
Parameter descriptions
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 Carbon 1.0.2 and later.


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