Note: This API is now obsolete.
Gets or sets the current value of the objective function.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the MinimumValue property instead.")]
public double ValueAtExtremum { get; }
<ObsoleteAttribute("Use the MinimumValue property instead.")>
Public ReadOnly Property ValueAtExtremum As Double
Get
public:
[ObsoleteAttribute(L"Use the MinimumValue property instead.")]
property double ValueAtExtremum {
double get ();
}
[<ObsoleteAttribute("Use the MinimumValue property instead.")>]
member ValueAtExtremum : float with get
Property Value
Type:
Double
Reference