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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetInitialBracketingPoints(
	double a,
	double c
)
Public Sub SetInitialBracketingPoints ( 
	a As Double,
	c As Double
)
public:
void SetInitialBracketingPoints(
	double a, 
	double c
)
member SetInitialBracketingPoints : 
        a : float * 
        c : float -> unit 
Parameters
- a
 - Type: SystemDouble
The first bracketing value of the variable. - c
 - Type: SystemDouble
The second bracketing value of the variable 
See Also