Function Int() Foundation
Converts a numeric value to an integer numeric value.
Int( <nExpression> ) --> nInteger
Int() returns an integer numeric value.
The numeric function Int() converts a numeric value to an integer numeric value by truncating any decimal places. Int() is used when a number should have no decimal places.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.