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