Click or drag to resize

AbstractRootFinderFind Method

Performs the algorithm-specific root search on the currently configured interval.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected abstract double Find()

Return Value

Double
The computed root.
See Also