Vector.Absolute Min Index<T> Method
Returns the index of the component of a vector with the largest absolute value.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The index of the component of vector with the smallest absolute value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int AbsoluteMinIndex<T>(
Vector<T> vector
)
Parameters
Type Parameters
- T
Return Value
Int32The index of the component of vector with the smallest absolute value.