Newton | 
The NewtonRaphsonRootFinder type exposes the following members.
| Name | Description | |
|---|---|---|
| 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)  |