Fix

Value = Fix ( Number )

Returns the integer part of a number.


Examples

PRINT Fix(Pi)

3

PRINT Fix(-Pi)

-3


See also

Frac , Int


Previous: FINALLY Next: FLUSH