Click or drag to resize

RootFinderBase Properties

The RootFinderBase type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultMaxIterations Gets and sets the default maximum number of iterations.
Public propertyStatic memberDefaultTolerance Gets and sets the default error tolerance.
Public propertyError Gets the error associated with the root just computed.
Public propertyIterations Gets the number of iterations used computing the last root.
Public propertyMaxIterations Gets and sets the maximum number of iterations used in finding roots.
Public propertyMaxIterationsMet Returns true if the root just computed stopped because the maximum number of iterations was reached; otherwise, false.
Public propertyTolerance Gets and sets the error tolerance used in finding roots.
Public propertyToleranceMet Returns true if the root just computed stopped because the error tolerance was reached; otherwise, false.
Top
See Also