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

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

Syntax

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

Return Value

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