Beispiel #1
0
 public static Double[,] IsGreaterThan(this Double[,] a, Double b)
 {
     return(a.IsGreaterThan(a.Fill(b)));
 }