Round numeric values to the nearest integer.
Note that there are limits to the size of number that can be stored in the integer data type (usually 2^31 - 1). See the Java documentation for details. A warning is printed to the log if these limits are exceeded.
Type: Numeric (double
)
Type: Integer (int
)