INT function

K

Ken Snell [MVP]

It changes a noninteger number into an integer number. It does this by
dropping the part of the number after the decimal point. Thus, it'll change
5.76 into 5, 5.1 into 5, -5.76 into -6, etc.
 
Top