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

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

Syntax

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

Return Value

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