Click or drag to resize
Accord.NET (logo)

BinarySearchFindRoot Method

Finds a value of a function in the interval [a;b). The function can be monotonically increasing or decreasing over the interface [a;b).

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int FindRoot()
Request Example View Source

Return Value

Type: Int32
The location of the zero value in the given interval.
See Also