GetMinIndex() public method

public GetMinIndex ( ) : int
return int
コード例 #1
0
 public int MinIndex()
 {
     return IndexList.GetMinIndex();
 }