User Guide

int 1083
int
Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of Math.round().
Usage
int(value)
Parameters
value
A number to be rounded to an integer.
Returns
Nothing.
Description
Function; converts a decimal number to an integer value by truncating the decimal value. This
function is equivalent to
Math.floor() if the value parameter is positive and Math.ceil() if
the
value parameter is negative.
See also
Math.floor(), Math.ceil()