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

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

Syntax

C#
public static float MinAbs1Value(
	FloatComplexVector v
)
Visual Basic
Public Shared Function MinAbs1Value ( _
	v As FloatComplexVector _
) As Single
Visual C++
public:
static float MinAbs1Value(
	FloatComplexVector^ v
)

Return Value

Absolute minimum value.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::..InvalidArgumentExceptionThrown if v has zero length.

See Also