FutureBasic Logo

<<    Index    >> FutureBasic

fix   function



Syntax
wholeNum = fix(expr)

Description
This function returns a whole number representation of expr (it strips off digits to the right of the decimal point). Although fix always returns an integer, the number it returns is considered to be a double-precision floating-point value.

See also
frac; int