Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValueMax Method

Gets the pair with the maximum key stored in the dictionary.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public KeyValuePair<TKey, TValue> Max()
Request Example View Source

Return Value

Type: KeyValuePairTKey, TValue
The KeyValuePairTKey, TValue with the minimum key present in the dictionary.
See Also