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