Max---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Returns the maximum value in a parameter
Syntax: Mixed max (mixed arg1, mixed arg2, mixed argn);
Description:
Returns the maximum value in the parameter, if the first argument is an array, this function returns the maximum value of this array, and if the first argument is an integer, a string, or a floating-point number, then at least two parameters are required and the maximum value of the values is returned, and the numbers of the parameters are unrestricted and can be determined by the user. If more than one parameter value is a floating-point number, all parameter values are considered floating-point numbers, and the result returned is also a floating-point number. If none of the arguments is a floating-point number, all parameter values are treated as integers and return values are integers.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.