Click or drag to resize
DigitalRuneBisectionMethodD Properties

The BisectionMethodD type exposes the following members.

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