Click or drag to resize
DigitalRuneRootFinderF.ExpandBracket Method (Single, Single)
Takes the initial guessed range [x0, x1] and expands this interval such that the root xroot where f(xroot) = 0 is in the interval.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool ExpandBracket(
	ref float x0,
	ref float x1
)

Parameters

x0
Type: System.Single
The left bound of the interval.
x1
Type: System.Single
The right bound of the interval.

Return Value

Type: Boolean
true if a valid bracket was found; otherwise false.
See Also