FIX

Action

Fix removes the fractional part of number and returns the resulting integer value.

 

Note that if the number is negative, Fix returns the first negative integer greater than or equal to number. For example, Fix converts -6.3 to -6.

 

Syntax

FIX (expression)

 

Parameter

Expression

Any valid numeric expression.

 

Returns

Variant of subtype Integer.