A LINQ Style Mode Operator

added by BlackWasp
5/18/2011 2:40:58 PM

112 Views

Language Integrated Query (LINQ) includes the Average operator that can be used to calculate the mean value of a sequence. This article implements a LINQ operator that determines the mode, which is the most common value or group of values.


0 comments