Beispiel #1
0
 public void Subtract(double scalar)
 {
     val.Subtract(scalar);
 }