Click or drag to resize
DigitalRuneNewtonRaphsonMethodF Properties

The NewtonRaphsonMethodF type exposes the following members.

Properties
  NameDescription
Public propertyDerivative
Gets a function that computes the derivative f'(x).
Public propertyEpsilon Obsolete.
Gets or sets the tolerance value used for comparing x values (same as EpsilonX).
(Inherited from RootFinderF.)
Public propertyEpsilonX
Gets or sets the tolerance value used for comparing x values.
(Inherited from RootFinderF.)
Public propertyEpsilonY
Gets or sets the tolerance value used for comparing function values.
(Inherited from RootFinderF.)
Public propertyFunction
Gets the function f(x), which root we want to find.
(Inherited from RootFinderF.)
Public propertyMaxNumberOfIterations
Gets or sets the maximum number of iterations.
(Inherited from RootFinderF.)
Public propertyNumberOfIterations
Gets or sets the number of iterations of the last FindRoot(Single, Single) method call.
(Inherited from RootFinderF.)
Top
See Also