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.2.419.0 (24.2.419.0)
Syntax public 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