Returns the value of the component in this Vector that has the largest absolute value.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function AbsoluteMax As Double
C#
public virtual double AbsoluteMax ()
C++
public:
virtual double AbsoluteMax ()

Return Value

The value of the component in this Vector that has the largest absolute value.