Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Syntax
List.Sum(list as list, optional precision as nullable number) as any
About
Returns the sum of the non-null values in the list, list. Returns null if there are no non-null values in the list.
Example
Find the sum of the numbers in the list {1, 2, 3}.
Usage
List.Sum({1, 2, 3})
Output
6