This function removes the fractional part of a number and returns the resulting integer value.
Int(number)
Returns an integer.
If number is negative, Int returns the first negative integer less than or equal to number. For example, Int converts –8.4 to –9.