BrentFindRoot.FindRoot Method |
Attempts the indicated number of iterations to locate the root of the function
to within the required convergence criteria.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool FindRoot(
int maximumIterations
)
Public Function FindRoot (
maximumIterations As Integer
) As Boolean
public:
bool FindRoot(
int maximumIterations
)
member FindRoot :
maximumIterations : int -> bool
Parameters
- maximumIterations
- Type: System.Int32
The allowed number of iterations.
Return Value
Type:
Booleantrue if the root was found; otherwise
false.
See Also