max(x, y)

Return the maximum number, X or Y.

Example

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

<< log(number) © 1996-2013 InetSoft Technology Corporation (v11.4) min(x, y) >>