Exemplo n.º 1
0
 public static PyObject operator +(PyArray <T> x, PyArray <T> y)
 {
     return(PyNumber.Add(x, y));
 }
Exemplo n.º 2
0
 public static PyObject operator +(PyObject x, PyObject y)
 {
     return(PyNumber.Add(x, y));
 }