Optimization Model.Extremum Type Property
Gets or sets whether a minimum or a maximum should be computed.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An ExtremumType value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public ExtremumType ExtremumType { get; set; }
Property Value
ExtremumTypeAn ExtremumType value.
Remarks
By default, a minimum is computed.