Compute Median of values in a DataTable Column
How can i compute Median of values in a column of a DataTable. For instance if i want to compute Median value of Score column in Student DataTable.
Is there any function available in .NET Framework?
Thanks

