FIX

Function

FIX reduces the argument to an integer.

Syntax

A=FIX(n)

Examples

A=FIX(12.37)

sets A = 12

A=FIX(-5.95)

sets A=-5

Remarks

FIX should not be confused with INT which will round negative numbers.