Calculates the amount rounded down to the next-lowest integer.
INT(Amount)
Amount: number being rounded.
INT(5.4) equals 5
INT(-5.4) equals -6