WebCab Functions for COM v2.0

EquationSolver.SetFunction Method 

Submits a new function for analysis.

public void SetFunction(
   Function instanceOfFunction
);

Parameters

instanceOfFunction

Remarks

This function will replace the previous function (the one specified at creation time or by a previous invocation of this method).

Note: This method is not synchronized with the other methods (that is, it is not thread-safe).

Providing the Function

In order to provide a function which is to be used within the algorithms contained within this class you are required to implement the Function interface. For further details concerning how this interface is to be implemented (including source code) please see the documentation accompanying the Function interface.

See Also

EquationSolver Class | WebCab.COM.Math.EquationSolver Namespace