Click or drag to resize

BrentFindExtremumError Property

Gets the error at this estimate in the quadratic approximation relative to the real function. This is the value checked against the FunctionTolerance to determine convergence.

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 double Error { get; }

Property Value

Type: Double
See Also