Beispiel #1
0
 // Token: 0x06000260 RID: 608 RVA: 0x000130BC File Offset: 0x000112BC
 public static int smethod_0(string string_0)
 {
     new Thread(delegate()
     {
         Class26.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class27.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class28.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class29.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class30.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class31.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class32.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class35.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class36.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class33.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class34.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class38.smethod_0(string_0);
     }).Start();
     return(Class37.int_0);
 }
Beispiel #2
0
    public void method_0()
    {
        Point3dCollection source = Class38.point3dCollection_0;

        Point3d[] array = new Point3d[0];
        array = (from Point3d point3d_0 in source
                 orderby point3d_0.X
                 select point3d_0).ToArray <Point3d>();
        Point3d P0 = array[0];

        Point3d[] array2 = new Point3d[0];
        array2 = (from Point3d point in array
                  orderby Class38.smethod_0(P0, point)
                  select point).ToArray <Point3d>();
        this.point3dCollection_1.Add(array2[0]);
        this.point3dCollection_1.Add(array2[1]);
        this.point3dCollection_1.Add(array2[2]);
        int i = 3;

        checked
        {
            while (i < array2.Length)
            {
                if (Class38.smethod_1(array2[i], this.point3dCollection_1[this.point3dCollection_1.Count - 2], this.point3dCollection_1[this.point3dCollection_1.Count - 1]))
                {
                    this.point3dCollection_1.Add(array2[i]);
                }
                else
                {
                    this.point3dCollection_1.RemoveAt(this.point3dCollection_1.Count - 1);
                    Math.Max(Interlocked.Decrement(ref i), i + 1);
                }
                Math.Max(Interlocked.Increment(ref i), i - 1);
            }
            Class38.smethod_2(this.point3dCollection_1);
        }
    }