min()

Returns the smaller of two int values.

Syntax

min(Numeric b)

Parameters

  • b - a Numeric argument.

Usage

The result is the argument closer to the value of Integer.MIN_VALUE. If the argument has the same value as the objects value the result is that same value.

See Also: Long.MIN_VALUE