cumsum
Syntax
cumsum(X)
Please see Cumulative Window Functions for the parameter description and windowing logic.
Details
Cumulatively calculate the sum of the elements in X.
Returns
LONG/DOUBLE type, with the same data form as X.
cumsum(X)
Please see Cumulative Window Functions for the parameter description and windowing logic.
Cumulatively calculate the sum of the elements in X.
LONG/DOUBLE type, with the same data form as X.