関数を表すクラスの抽象基底。
Наследование: ICloneable
Пример #1
0
 public Imaginary(Function f)
 {
     this.f = f;
 }