Click or drag to resize

NMathFunctionsMinAbsIndex(DoubleComplexVector) Method

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

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

Parameters

v  DoubleComplexVector
A vector.

Return Value

Int32
See Also