Futurebasic/Language/Reference/fix

FIX function

edit

Function

edit

✔ Appearance ✔ Standard ✔ Console

Syntax

edit

wholeNum# = FIX(expr#)

Description

edit

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

edit

FRAC; INT