Click or drag to resize

NMathFunctionsMinAbsValue(FloatComplexVector) Method

Calculates 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 float MinAbsValue(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A vector.

Return Value

Single
Absolute minimum value.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if v has zero length.
See Also