Click or drag to resize

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

Parameters

maximumIterations
Type: SystemInt32
The allowed number of iterations.

Return Value

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