Gets the sum of the elements of the vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<T> CumulativeSum()
Public Function CumulativeSum As Vector(Of T)
public:
Vector<T>^ CumulativeSum()
member CumulativeSum : unit -> Vector<'T>
Return Value
Type:
VectorTThe sum of the elements.
Numerical Libraries
Supported in: 6.0
Reference