A LINQ Style Median Operator

added by BlackWasp
3/12/2011 1:04:35 PM

263 Views

Language Integrated Query (LINQ) includes an operator that calculates the average value of a sequence containing numerical data. The Average method calculates the mean of the sequence. This article describes an operator that determines the median.


0 comments