Vector.Cumulative Minimum<T> Method
Returns the cumulative minimum of the elements of the vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
The cumulative minimum of the elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public static Vector<T> CumulativeMinimum<T>(
Vector<T> vector
)
Parameters
- vector Vector<T>
- A vector.
Type Parameters
- T
Return Value
Vector<T>The cumulative minimum of the elements.