Курсовая работа: Фoрмування мнoжини oптимальних рiшень за критерiєм Байєcа–Лаплаcа при екcпoненцiйнo рoзпoдiлених даних
// numericUpDown2
//
this.numericUpDown2.DecimalPlaces = 3;
this.numericUpDown2.Increment = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Location = new System.Drawing.Point(978, 24);
this.numericUpDown2.Maximum = new decimal(new int[] {
1,
0,
0,
65536});
this.numericUpDown2.Minimum = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(72, 20);
this.numericUpDown2.TabIndex = 5;
this.numericUpDown2.Value = new decimal(new int[] {
1,
0,
0,
196608});
this.numericUpDown2.Visible = false;
this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);