コード例 #1
0
 public double Hit(double x)
 {
     return(XMath.Gaussian(x, Center, S));
 }