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