integer

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

Syntax

integer ( expression )

Example

integer ( 84.95 )

Result

85