max
取两个数中的最大值
语法
max(a,b)
参数
a
第一个数
b
第二个数
返回值
两个数中的最大值
示例
sensVal = max(senVal, 20);