Calculates the index of the maximum absolute value of a given vector's elements.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static int MaxAbs1Index(
	FloatComplexVector v
)
Visual Basic (Declaration)
Public Shared Function MaxAbs1Index ( _
	v As FloatComplexVector _
) As Integer
Visual C++
public:
static int MaxAbs1Index(
	FloatComplexVector^ v
)

Return Value

Absolute maximum index.

See Also