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