WebCab Optimization for COM v2.6

EasySolver.GetExtremumType Method 

Returns the type of extremum -- minimum or maximum -- the solver is looking for when calculating a solution to the given problem.

public ExtremumTypes GetExtremumType();

Remarks

By default, the algorithms look for a maximum, but you can change the type of the extremum by calling the SetExtremumType method.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace | SetExtremumType