  | NMathFunctionsMaxAbsIndex(FloatSparseVector) 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(
	FloatSparseVector v
)
Public Shared Function MaxAbsIndex ( 
	v As FloatSparseVector
) As Integer
public:
static int MaxAbsIndex(
	FloatSparseVector^ v
)
static member MaxAbsIndex : 
        v : FloatSparseVector -> int Parameters
- v  FloatSparseVector
 - A sparse vector.
 
Return Value
Int32Absolute maximum index.
See Also