numeric.int()

edit

Calculates the closest integer that is smaller than number.

numeric.int( )

Returns: Number

This function does not take any arguments.

Examples

edit
	int = 1.23;
	writeDump(int.int());

See also