WebCab Optimization for COM v2.6

EasySolver.SetExtremumType Method 

Selects the type of extremum you are looking for, minimum or maximum.

public void SetExtremumType(
   ExtremumTypes extremumType
);

Remarks

The two values you can choose from are located in the ExtremumTypes enumeration class, which lists these values as constants. By default, the type of extremum to optimize for is set to maximum.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace