  | NMathFunctionsMinAbsValue(DoubleVector) Method | 
            Calculates the minimum absolute value of a given vector's elements.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double MinAbsValue(
	DoubleVector v
)
Public Shared Function MinAbsValue ( 
	v As DoubleVector
) As Double
public:
static double MinAbsValue(
	DoubleVector^ v
)
static member MinAbsValue : 
        v : DoubleVector -> float Parameters
- v  DoubleVector
 - A vector.
 
Return Value
DoubleAbsolute minimum value.
Exceptions
See Also