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