Exemplo n.º 1
0
 public int ArgMin()
 {
     return(NarrayUtil.ArgMin(_values));
 }