Calculates the closest integer that is smaller than number.
numeric.int( )
Returns: Number
This function does not take any arguments.
int = 1.23; writeDump(int.int());