Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
FIX, INT Functions
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Truncates (removes the fractional part of) a floating-point expression to
its integer portion (FIX), or returns the largest integer less than or equal
to a numeric expression (INT).
FIX(numeric-expression)
INT(numeric-expression)
■ numeric-expression For FIX, any numeric expression; for INT, any
real number in the range -32,768 to 32,767,
inclusive
See Also
◄CINT Function►