en:docs:dos:cmd:basic:fix

Table of Contents

FIX

Syntax

N  = FIX( X )

Parameter

X is a number

Description

The truncated integer, part of X. FIX (X) is equivalent to SGN(X)*INT(ABS(X)). The major difference between FIX and INT is that FIX does not return the next lower number for negative X.