Returns the index of the smallest component in this
Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function MinIndex As Integer |
| C# |
|---|
public virtual int MinIndex () |
| C++ |
|---|
public: virtual int MinIndex () |
Return Value
The index of the smallest component in this Vector.
Remarks
If more than one component has the smallest value,
the index of the first occurrance is returned.