Click or drag to resize

BrentFindExtremum.Error 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: 25.1.421.0 (25.1.421.0)
Syntax
public double Error { get; }

Property Value

Type: Double
See Also