Returns the index of the component in this Vector that has the largest absolute value.

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

Syntax

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

Return Value

The index of the component in this Vector that has the largest absolute value.

Remarks

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