RootBracketingSolver.GetBisectionPoint Method

Calculates the next approximation point using the bisection method.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
C#
protected double GetBisectionPoint()

Return Value

Double

See Also