コード例 #1
0
ファイル: Chisquare.cs プロジェクト: cuijialang/HDL_ANTLR4
 public Chisquare(long n)
 {
     this.N = n;
     normal = new Normal(0.0, 1.0);
 }