An NDoc Documented Class Library

BisectionRootFinder.FindRoot Method 

Find a root of the target function that lies in the interval [min, max].

public double FindRoot(
   double min,
   double max
);

Parameters

min
the lower bound of the search interval.
max
the upper bound of the search interval.

Return Value

a root that lies between min and max, inclusive.

See Also

BisectionRootFinder Class | numerics4net.root Namespace