Click or drag to resize

NMathFunctionsMinAbsValue(DoubleVector) 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 double MinAbsValue(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

Double
Absolute minimum value.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if v has zero length.
See Also