コード例 #1
0
 public static double[,] CreateDissTOMMatrix(this double[,] TOMMatrix)
 {
     return(TOMMatrix.CalculateDissTOM());
 }