표현식 집합의 값 합계를 반환합니다. Null 값은 무시됩니다.
집계
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을 반환합니다.