Exemple #1
0
 public daVector GetColumn(int index)
 {
     return(new daVector(val.GetColumn(index)));
 }