min Method (Windows Scripting - JScript)
Returns the lesser of zero or more supplied numeric expressions.
Syntax
Math.min([number1[, number2[. . . [,numberN]]]])
Remarks
The optional number1, number2, . . ., numberN arguments are numeric expressions to be evaluated.
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
Applies To: Math Object (Windows Scripting - JScript)
See Also
max Method (Windows Scripting - JScript)
POSITIVE_INFINITY Property (Windows Scripting - JScript)