Carbon


Fix2X

Header: FixMath.h Carbon status: Supported

Converts a Fixed number to an Extended number.

double Fix2X (
    Fixed x
);
x

The Fixed number to be converted to an Extended number.

function result

The Extended equivalent of the Fixed number x.0

SPECIAL CONSIDERATIONS

Fix2X does not move memory; you can call it at interrupt time.

AVAILABILITY

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


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