ANINT

 

The ANINT function returns the closest integer to the input value.

 

Format

 

Arguments definition

A real number or a function that returns a real number

 

Example

ex1)    Function : ANINT(1.6)

           Result : 2

ex2)    Function : ANINT(0.4)

           Result : 0