WebCab Optimization for COM v2.6

EasySolver.IsFunctionSet Method 

Indicates whether a function has been set for optimization by the client.

public bool IsFunctionSet();

Remarks

This method returns true if called after a successful call to the SetFunction method. If the setFunction method was never called or the last call was unsuccessful (an exception was thrown), this method will return false, to indicate that the function has not been set yet.

See Also

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