Returns the sum of the elements in an array.
function Sum(const Data: array of Double): Extended;
Extended Sum(const array of Double Data);
Math
Sum returns the sum of all the values in the Data array parameter. In C++, the Data_Size parameter specifies the index of the last value in Data (one less than the number of values).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|