min
取两个数中的最小值
语法
min(a,b)
参数
a
第一个数值
b
第二个数值
返回值
返回给定的两个数中的最小值
示例
sensVal = min(sensVal, 100);