Math.min() FunctionNameMath.min() Function---return the smaller of two valuesAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
Math.min(a, b) Arguments
ReturnsThe smaller of the two values a and b. DescriptionMath.min() returns whichever of its two arguments is smaller. |
|