Click or drag to resize
Accord.NET (logo)

GeneralComparer Constructor (ComparerDirection)

Constructs a new General Comparer.

Namespace:  Accord.Math.Comparers
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public GeneralComparer(
	ComparerDirection direction
)
Request Example View Source

Parameters

direction
Type: Accord.Math.ComparersComparerDirection
The direction to compare.
See Also