Click or drag to resize
Accord.NET (logo)

RedBlackTreeTComparer Property

Gets the IComparerT for this red black tree.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public IComparer<T> Comparer { get; }
Request Example View Source

Property Value

Type: IComparerT
See Also