1 FIX The FIX function truncates a floating-point value at the decimal point and returns the integer portion of the floating-point value. Example Value = FIX(-3.333) 2 Syntax real-var = FIX(real-exp)