This function changes a specified number to an Integer.
Parameter
a - A Number value.
Return value
The return value is an Integer.
Example
The return value of the following statement is 100.
ToInt(100.1)