関数を表すクラスの抽象基底。
Inheritance: ICloneable
Beispiel #1
0
 public Imaginary(Function f)
 {
     this.f = f;
 }