Trunc
function Trunc(Value As Double) As Integer
This function truncates a real-type value to an integer-type value.
Parameters
Example:
Dim i i = Trunc(1233,75) ' returns i = 1233