Perl Programming/Keywords/int
Appearance
The int keyword
[edit | edit source]int returns the integer part of EXPRESSION or, if EXPRESSION is not specified, that of $_.
This function is inappropriate for rounding, as it truncates towards 0, and the machine-representation of floating-point numbers could return non-intuitive results.
Syntax
[edit | edit source] int EXPRESSION
int
Examples
[edit | edit source]