関数を表すクラスの抽象基底。
Inheritance: ICloneable
コード例 #1
0
ファイル: Imaginary.cs プロジェクト: tppApe/UfcppSample
 public Imaginary(Function f)
 {
     this.f = f;
 }