Exemplo n.º 1
0
 /// <summary>Returns a <see cref="System.String"/> that represents this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(String.Format("1-dimensional (Fast) Fourier Transformation factory ({0})", m_Factory.ToString()));
 }