min()

Returns the smaller of two int values.

Syntax

Numeric min(Numeric b)
  1. 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