Vector<T>.Max Index Method
Returns the index of the largest element in this
vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The index of the largest element in this Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual int MaxIndex()
Return Value
Int32The index of the largest element in this Vector<T>.
Remarks
If more than one element has the largest value, the index of the first occurrence is returned. If the length of the vector is zero, or if all elements are NaN, then -1 is returned.