Difference between revisions of "INT()"

From Lianjapedia
Jump to: navigation, search
 
Line 23: Line 23:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 08:59, 4 February 2013

Purpose

Function to return integer

Syntax

INT(<expN>)

See Also

FIXED(), LENNUM(), ROUND(), SET DECIMALS, SET FIXED

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

Lianja Server, Lianja