Vector.Cumulative Maximum<T> Method
Returns the cumulative maximum of the elements of the vector.
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 static Vector<T> CumulativeMaximum<T>(
this Vector<T> vector
)
Parameters
- vector Vector<T>
- A vector.
Type Parameters
- T
Return Value
Vector<T>The cumulative maximum of the elements.