INT: Converting to an Integer

How to:

The INT function converts a number to an integer. If the input value is not an integer, the result is truncated.

INTEGER is identical to INT.


Top of page

x
Syntax: How to Convert to an Integer
INT(arg)

where:

arg

Numeric

Is the input value.

This function returns the number in integer format.



Example: Converting to an Integer

INT converts a number to an integer. This example,

INT(4.8)

returns 4.


iWay Software