WIP update-aggregate-funcions-in-zh

This commit is contained in:
benbiti 2021-02-26 21:01:37 +08:00
parent 014b297e2e
commit 111c82cbe9

View File

@ -4,6 +4,6 @@ toc_priority: 140
# sumWithOverflow {#sumwithoverflowx}
Computes the sum of the numbers, using the same data type for the result as for the input parameters. If the sum exceeds the maximum value for this data type, it is calculated with overflow.
使用与输入参数相同的数据类型计算结果的数字总和。如果总和超过此数据类型的最大值,则使用溢出进行计算。
Only works for numbers.
只适用于数字。