Example #1
0
 /* this*=i, where i is an int */
 public void IMul(int c)
 {
     a.IMul(c);
     b.IMul(c);
 }