< Futurebasic < Language < Reference

FIX function

FIX

Function

✔ Appearance ✔ Standard ✔ Console

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.