TSP �M��
Inheritance: IDataGenerator
コード例 #1
0
 TspGenerator(TspGenerator x)
 {
     this.taps  = x.taps;
     this.amp   = x.amp;
     this.phase = x.phase;
 }
コード例 #2
0
ファイル: TspGenerator.cs プロジェクト: ufcpp/UfcppSample
		TspGenerator(TspGenerator x)
		{
			this.taps  = x.taps;
			this.amp   = x.amp;
			this.phase = x.phase;
		}