int

Returns the integer representation of an expression. "Expression" can be a numeric value or a string representation of a number.

Syntax

int ( expression )

Example

int ( 84.95 )

Result

85