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