INT()

From Recital Documentation Wiki
Revision as of 11:07, 9 June 2009 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Class

Numeric Data


Purpose

Function to return integer


Syntax

INT(<expN>)


See Also

LENNUM(), ROUND(), SET DECIMALS


Description

The INT() function converts the numeric expression <expN> to an integer by discarding all digits to the right of the decimal point.


Example

? int(2.56)
         2
? int(-2.56)
        -2


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer