Important: The information in this document is obsolete and should not be used for new development.
LoWord
You can use theLoWord
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
TheLoWord
function returns the low-order word of the long word specified by thex
parameter.