|
CustomComparerT Constructor
|
Namespace:
Accord.Math.Comparers
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public CustomComparer(
Func<T, T, int> comparer
)
Public Sub New (
comparer As Func(Of T, T, Integer)
)
Request Example
View SourceParameters
- comparer
- Type: SystemFuncT, T, Int32
The comparer function.
See Also