|
BinarySearchFunction Property
|
Gets the function to be searched.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Func<int, double> Function { get; }
Public ReadOnly Property Function As Func(Of Integer, Double)
Get
Request Example
View SourceProperty Value
Type:
FuncInt32,
DoubleSee Also