  | NMathFunctionsMinAbs1Index(DoubleComplexVector) Method | 
            Calculates the index of the minimum absolute value of a given vector's elements.
            Absolute value rank is calculated using L1 norm l1(c) = c.real + c.imag
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int MinAbs1Index(
	DoubleComplexVector v
)
Public Shared Function MinAbs1Index ( 
	v As DoubleComplexVector
) As Integer
public:
static int MinAbs1Index(
	DoubleComplexVector^ v
)
static member MinAbs1Index : 
        v : DoubleComplexVector -> int Parameters
- v  DoubleComplexVector
 - A vector.
 
Return Value
Int32
See Also