Click or drag to resize

BrentFindRoot.SetInitialBracketingPoints 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: 25.1.421.0 (25.1.421.0)
Syntax
public void SetInitialBracketingPoints(
	double a,
	double c
)

Parameters

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