コード例 #1
0
 public Enumerator(IFirCoefficient x)
 {
     this.x = x; this.current = -1;
 }
コード例 #2
0
ファイル: Fir.cs プロジェクト: ufcpp/UfcppSample
				public Enumerator(IFirCoefficient x){this.x = x; this.current = -1;}