Gets the approximation to the extremum after the algorithm has run.

Namespace: Extreme.Mathematics.Optimization
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Extremum As Double
C#
public double Extremum { get; }
Visual C++
public:
property double Extremum {
	double get ();
}

Field Value

The approximation to the extremum after the algorithm has run.