?
This document uses PHP Chinese website manual Release
JScript? | 語言參考 |
返回給出的零個或多個數(shù)值表達式中較大者。
Math.max([number1[, number2[. . . [,numberN]]]])
可選項 number1, number2, . . ., numberN 參數(shù)為需要進行比較的數(shù)值表達式。
如果沒有給出參數(shù),返回值等于 NEGATIVE_INFINITY。如果有參數(shù)為 NaN,返回值仍然為 NaN。
版本 1
Math 對象方法 | min 方法 | NEGATIVE_INFINITY 屬性
應用于: Math 對象