JScript  

min Method

Returns the lesser of zero or more supplied numeric expressions.

Math.min([number1[, number2[. . . [,numberN]]]])

The optional number1, number2, . . ., numberN arguments are numeric expressions to be evaluated.

Remarks

If no arguments are provided, the return value is equal to POSITIVE_INFINITY. If any argument is NaN, the return value is also NaN.

Requirements

Version 1

See Also

Math Object Methods | max Method | POSITIVE_INFINITY Property

Applies To: Math Object