|
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 Function FindRoot As Integer
Request Example
View SourceReturn Value
Type:
Int32The location of the zero value in the given interval.
See Also