Пример #1
0
 public TravelingWaveM(double alpha, double beta, double gamma, double a, double b, double d, double l, double TB, double iExt, int m, int n, bool deltaCoupl, Form1 form)
 {
     this.alpha      = alpha;
     this.beta       = beta;
     this.gamma      = gamma;
     this.a          = a;
     this.b          = b;
     this.d          = d;
     this.l          = l;
     this.TB         = TB;
     this.iExt       = iExt;
     this.n          = n;
     this.m          = m;
     this.deltaCoupl = deltaCoupl;
     this.form       = form;
 }
Пример #2
0
            public TravelingWaveM(double alpha, double beta, double gamma, double a, double b, double d, double l, double TB, double iExt, int m, int n, bool deltaCoupl, Form1 form)
            {
                this.alpha = alpha;
                this.beta = beta;
                this.gamma = gamma;
                this.a = a;
                this.b = b;
                this.d = d;
                this.l = l;
                this.TB = TB;
                this.iExt = iExt;
                this.n = n;
                this.m = m;
                this.deltaCoupl = deltaCoupl;
                this.form = form;

            }