返回一組表達式的值之和。 忽略空值。
彙總
sum(<parameters>)
sum(<listDecimal>)
返回十進位。
sum(<listInteger>)
返回整數。
sum(<integer>,<integer>)
sum(<decimal>,<decimal>)
sum(@{BarBeacon.inventory},5)
sum([10,3,8])
返回21。
sum([10.5,null,8.1])
返回18.6。