Click or drag to resize

FZero Properties

The FZero type exposes the following members.

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