[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
INT Next Lower Integer
y = INT(numexpr)
Returns the largest integer value less than its argument.
numexpr A numeric expression.
----------------------------------------------------------------------
Notes: INT rounds everything down to the next lowest integer.
Compare this with CINT, which rounds in the conventional
manner, and FIX, which simply truncates.
See Also:
CINT
FIX
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson