Note: This API is now obsolete.
Gets or sets the current best approximation to the extremum.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the Minimum property instead.")]
public DenseVector<double> Extremum { get; }
<ObsoleteAttribute("Use the Minimum property instead.")>
Public ReadOnly Property Extremum As DenseVector(Of Double)
Get
public:
[ObsoleteAttribute(L"Use the Minimum property instead.")]
property DenseVector<double>^ Extremum {
DenseVector<double>^ get ();
}
[<ObsoleteAttribute("Use the Minimum property instead.")>]
member Extremum : DenseVector<float> with get
Property Value
Type:
DenseVectorDoubleA dense vector.
Reference