Click or drag to resize
Accord.NET (logo)

BinarySearch Properties

The BinarySearch type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets the function to be searched.
Public propertyLowerBound
Gets or sets the (inclusive) lower bound for the search interval a.
Public propertySolution
Public propertyUpperBound
Gets or sets the (exclusive) upper bound for the search interval a.
Public propertyValue
Gets the value at the solution found in the last call to FindRoot.
Top
See Also