Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValueMin Method

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

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

Return Value

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