Carbon


Fix2Long

Header: FixMath.h Carbon status: Supported

Converts a Fixed number to a LongInt number.

SInt32 Fix2Long (
    Fixed x
);
x

The Fixed number to be converted to a long integer.

function result

The long integer nearest to the Fixed number x. If x is halfway between two integers (0.5), it is rounded to the integer with the higher absolute value.

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)