Carbon


Fix2X

Header: FixMath.h Carbon status: Supported

Converts a Fixed number to an Extended number.

double Fix2X (
    Fixed x
);
Parameter descriptions
x

The Fixed number to be converted to an Extended number.

function result

The Extended equivalent of the Fixed number x.

SPECIAL CONSIDERATIONS

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

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


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