Exemple #1
0
 public daMatrix Append(_daMatrix right)
 {
     return(new daMatrix(val.Append(right)));
 }