min(x, y)

Return the minimum number, X or Y.

Example

Math.min(2,3);  // returns 2

<< max(x, y) © 1996-2013 InetSoft Technology Corporation (v11.5) pow(base, exponent) >>