Returns the index of the smallest component in this instance.

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

Syntax

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

Return Value

The index of the smallest component in this instance.

Remarks

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