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