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

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

Syntax

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

Return Value

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