The RiddersRootFinder type exposes the following members.

Properties

  NameDescription
Error
Gets the error associated with the root just computed.
(Inherited from RootFinderBase.)
Iterations
Gets the number of iterations used computing the last root.
(Inherited from RootFinderBase.)
MaxIterations
Gets and sets the maximum number of iterations used in finding roots.
(Inherited from RootFinderBase.)
MaxIterationsMet
Returns true if the root just computed stopped because the maximum number of iterations was reached; otherwise, false.
(Inherited from RootFinderBase.)
Tolerance
Gets and sets the error tolerance used in finding roots.
(Inherited from RootFinderBase.)
ToleranceMet
Returns true if the root just computed stopped because the error tolerance was reached; otherwise, false.
(Inherited from RootFinderBase.)

See Also