Returns the index of the largest component in this instance.

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

Syntax

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

Return Value

The index of the largest component in this instance.

Remarks

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