Click or drag to resize

NMathFunctionsMaxAbs1Index(FloatComplexVector) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int MaxAbs1Index(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A vector.

Return Value

Int32
Absolute maximum index.
See Also