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