  | NMathFunctionsMaxAbsIndex(FloatComplexVector) Method | 
            Calculates the index of the maximum value of a given vector's elements.  
            An elements rank is calculated using the euclidean norm
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int MaxAbsIndex(
	FloatComplexVector v
)
Public Shared Function MaxAbsIndex ( 
	v As FloatComplexVector
) As Integer
public:
static int MaxAbsIndex(
	FloatComplexVector^ v
)
static member MaxAbsIndex : 
        v : FloatComplexVector -> int Parameters
- v  FloatComplexVector
 - A vector.
 
Return Value
Int32Absolute index.
See Also