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: 9.1.2
C#
The cumulative maximum of the elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public Vector<T> CumulativeMaximumInPlace()
Return Value
Vector<T>The cumulative maximum of the elements.