Returns the index of the largest component in this Vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function MaxIndex As Integer
C#
public virtual int MaxIndex ()
C++
public:
virtual int MaxIndex ()

Return Value

The index of the largest component in this Vector.

Remarks

If more than one component has the largest value, the index of the first occurrance is returned.