示例#1
0
 public void Scale(double by)
 {
     DllImporter.igraph_matrix_scale(matrix, by);
 }