|
BinarySearchFind Method (Double)
|
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 Find(
double value
)
Public Function Find (
value As Double
) As Integer
Request Example
View SourceParameters
- value
- Type: SystemDouble
Return Value
Type:
Int32The location of the zero value in the given interval.
See Also