Int
|
Math functions |
SYNTAX | Int( NUMBER ) int( ARRAY ) |
RETURNS | NUMBER ARRAY |
FUNCTION | Removes the fractional portion of NUMBER or ARRAY and returns the integer part. |
EXAMPLE | The formula "int( 10.7 )" returns 10; the formula "int(-19.8 )" returns -19. |
SEE ALSO | The ceil() function; the floor() function; the frac() function. |
The Int function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.