max

取两个数中的最大值


语法
 max(a,b)


参数


返回值

两个数中的最大值


示例
sensVal = max(senVal, 20);