Returns the index of the element in this
vector that has the smallest absolute
value.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual int AbsoluteMinIndex()
Public Overridable Function AbsoluteMinIndex As Integer
public:
virtual int AbsoluteMinIndex()
abstract AbsoluteMinIndex : unit -> int
override AbsoluteMinIndex : unit -> int
Return Value
Type:
Int32The index of the element in this
VectorT that has the smallest absolute
value.
If more than one element has the largest value,
the index of the first occurrence is returned. If the length
of the vector is zero, or if all elements are NaN,
then -1 is returned.
Numerical Libraries
Supported in: 5.x, 4.x
Reference