Click or drag to resize

BrentFindRootSetInitialBracketingPoints Method (Double, Double)

Defines the initial bracketing interval using the provided variable values.

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 void SetInitialBracketingPoints(
	double a,
	double c
)

Parameters

a
Type: SystemDouble
The first bracketing value of the variable.
c
Type: SystemDouble
The second bracketing value of the variable
See Also