Fix

Value = Fix ( Number )

Returns the integer part of a number.

Example :

PRINT Fix(Pi)
=> 3

PRINT Fix(-Pi)
=> -3


Referenced by :