The RootFinderBase type exposes the following members.

Properties

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

See Also