Computes the infinity-norm of this vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double InfinityNorm()
Visual Basic (Declaration)
Public Function InfinityNorm As Double
Visual C++
public:
double InfinityNorm()

Return Value

The infinity-norm of this vector. This is the maximum absolute value.

See Also