Click or drag to resize

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)
Syntax
public bool FindRoot(
	int maximumIterations
)

Parameters

maximumIterations
Type: System.Int32
The allowed number of iterations.

Return Value

Type: Boolean
true if the root was found; otherwise false.
See Also