DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
Sum
See also:
Add
,
Integrate
Index
Statistical Background
Sum
Declaration:
TVector
.
Sum
(LowElem, HighElem: integer): double;
The method
Sum
calculates the sum of all elements between
LowElem
and
HighElem
(including these border elements).