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