Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_roundi()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ROUNDI()

Syntax:        L_ROUNDI(<expN>)



Purpose:       To round a number to an integer.


Arguments:     <expN> is the number to be rounded.


Returns:       An integer.


Usage:         For rounding amounts to the nearest whole pound.


Examples:      ? L_ROUNDI(123.456)              && Result: 123
               ? L_ROUNDI(123.543)              && Result: 124


Language:      Clipper

See Also: L_ROUNDHP()

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