AINT

 

The AINT function returns the closest integer that is less than the input value.

 

Format

 

Arguments definition

A real number or a function that returns a real number

 

Example

ex1)    Function : AINT(1.2)

           Result : 1

ex2)    Function : AINT(0.7)

           Result : 0