INT will always return the lowest integer value.
exmaple: INT(10.9)=10 , INT(-10.9)=-11
FIX will always return the integer part.
example: FIX(10.9)=10 , FIX(-10.9)=-10
CINT will round up the number to the closest integer value.
example: CINT(10.9)=11 , CINT(-10.4)=-10 Cheers
Erez Sh.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.