  | NMathFunctionsMaxAbs1Value(FloatComplexVector) 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 float MaxAbs1Value(
	FloatComplexVector v
)
Public Shared Function MaxAbs1Value ( 
	v As FloatComplexVector
) As Single
public:
static float MaxAbs1Value(
	FloatComplexVector^ v
)
static member MaxAbs1Value : 
        v : FloatComplexVector -> float32 Parameters
- v  FloatComplexVector
 - A vector.
 
Return Value
SingleAbsolute maximum value.
Exceptions
See Also