Int

Value = Int ( Number )

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


Examples

PRINT Int(Pi)

3

PRINT Int(-Pi)

-4


See also

Fix, Frac


Previous: InStr Next: IsBoolean / Boolean?