Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the greater of zero or more supplied numeric expressions.
function max([number1 : Number [, ... [, numberN : Number]]]) : Number
Arguments
- number1, ... , numberN
Required. Numeric expressions.
Remarks
If no arguments are provided, the return value is equal to NEGATIVE_INFINITY. If any argument is NaN, the return value is also NaN.