Int
Drops digits to the right of the decimal point and returns the integer part of a number without rounding.
Format
Int ( number )
Parameters
number
- any numeric expression or field containing a numeric expression
Data type returned
number
Originated in version
6.0 or earlier
Example 1
Int(1.45)
returns 1.
Int(-3.9)
returns -3.
Int(123.9)
returns 123.
Int(Players/3)
returns 4, if Players contains 13.