Int

Value = Int ( Number )

Returns the mathematical integer part of a number, i.e. the greater integer smaller than this number.

Example :

PRINT Int(Pi)
=> 3

PRINT Int(-Pi)
=> -4


Referenced by :