예제 #1
0
 /// <summary>
 /// A human-readable string containing the parameters of the distribution
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return("Wrapped" + Gaussian.ToString() + "[period=" + Period.ToString("g4") + "]");
 }