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