Click or drag to resize

NMathFunctionsMaxAbs1Value(DoubleComplexVector) Method

Calculates 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 double MaxAbs1Value(
	DoubleComplexVector v
)

Parameters

v  DoubleComplexVector
A vector.

Return Value

Double
Absolute maximum value.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if v has zero length.
See Also