Math.min()

Syntax:

Math.min( x, y )

Return:

The smaller number of the two values entered in x and y.

Parameters:

x – the number or a variable containing a number. This parameter is required.

y – the number or a variable containing a number. This parameter is required.

image\Script_Button.jpgExamples