Int

Syntax

Int(Expression)

Description

The integer part of the expression (the expression rounded toward zero). Note: Int is not the same as the Floor function.

Example

Int(-2.8) = -2
Int(2.8) = 2
Int(1.5) = 1
Int(-1.5) = -1