Beispiel #1
0
 public NDArray <double> amax(NDArray <double> np, int?axis = null)
 {
     return(np.AMax(axis));
 }