Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>int next lower integer</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson