I\'m trying to get the key of the maximum value in the Dictionary results.
Dictionary results
This is what I have so far:
double max
Check These out:
result.Where(x=>x.Value==result.Values.Max()).Select(x=>x.Key).ToList()