Click or drag to resize
DigitalRuneRootFinderF Properties

The RootFinderF type exposes the following members.

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