Block or Report
Block or report axelheer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
using System;
2using System.Collections;
3using System.Collections.Generic;
4using System.ComponentModel.DataAnnotations;
5using System.Data.Entity;
-
1
public static class MedianExtensions
2{
3public static double Median(this IEnumerable<int> source)
4{
5if (source == null)