Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Operating System Utilities /
Chapter 3 - Mathematical and Logical Utilities / Mathematical and Logical Utilities Reference
Routines / Getting and Setting Memory Values


LoWord

You can use the LoWord function to obtain the low-order word of a long word. One use of this function is to obtain the fractional part of a fixed-point number.

FUNCTION LoWord (x: LongInt): Integer;
x
The long word whose low word is to be returned.
DESCRIPTION
The LoWord function returns the low-order word of the long word specified by the x parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996