INT
vout = INT(vin)
The INT function returns the integer portion of vin.
vin.
INT(2.3)
2
INT(-2.3)
-2
INT(2.9)
INT(-2.9)