Exemple #1
0
 private void method_2(
     Class471.Enum13 type,
     string position,
     double scaling,
     char decimalChar)
 {
     try
     {
         Class471 other = new Class471(type);
         other.Position         = scaling * double.Parse(position, (IFormatProvider)CultureInfo.InvariantCulture);
         other.DecimalPointChar = decimalChar;
         Class471[] class471Array = new Class471[this.class471_0.Length + 1];
         int        index;
         for (index = 0; index < this.class471_0.Length && this.class471_0[index].CompareTo(other) <= 0; ++index)
         {
             class471Array[index] = this.class471_0[index];
         }
         class471Array[index] = other;
         for (; index < this.class471_0.Length; ++index)
         {
             class471Array[index + 1] = this.class471_0[index];
         }
         this.class471_0 = class471Array;
     }
     catch (FormatException ex)
     {
     }
 }
Exemple #2
0
 private void method_1(Class471.Enum13 type, string position, double scaling)
 {
     this.method_2(type, position, scaling, '.');
 }
Exemple #3
0
 public Class471(Class471.Enum13 type)
 {
     this.enum13_0 = type;
 }