|  | BisectionMethodF Properties | 
The BisectionMethodF type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Epsilon | Obsolete. 
            Gets or sets the tolerance value used for comparing x values (same as EpsilonX). 
            (Inherited from RootFinderF.) | 
|  | EpsilonX | 
            Gets or sets the tolerance value used for comparing x values. 
            (Inherited from RootFinderF.) | 
|  | EpsilonY | 
            Gets or sets the tolerance value used for comparing function values. 
            (Inherited from RootFinderF.) | 
|  | Function | 
            Gets the function f(x), which root we want to find.
            (Inherited from RootFinderF.) | 
|  | MaxNumberOfIterations | 
            Gets or sets the maximum number of iterations.
            (Inherited from RootFinderF.) | 
|  | NumberOfIterations | 
            Gets or sets the number of iterations of the last 
            FindRoot(Single, Single) method call.
            (Inherited from RootFinderF.) | 
 See Also
See Also