Click or drag to resize

BrentFindRoot.IsFunctionValueWithinTolerance Method

Indicates whether the function value has converged to within the specified tolerance.

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 IsFunctionValueWithinTolerance()

Return Value

Type: Boolean
true if the value is within tolerance; otherwise false.
See Also