Vector<T>.Cumulative Maximum In Place Method
Computes the cumulative maximum of the elements of the vector in-place.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
The cumulative maximum of the elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public Vector<T> CumulativeMaximumInPlace()Return Value
Vector<T>The cumulative maximum of the elements.