示例#1
0
        public object Clone()
        {
            FftSetup s = new FftSetup();

            s.Copy(this);
            return(s);
        }