Example #1
0
 private static c00008d m000252()
 {
     c00008d cd = new c00008d();
     string[] strArray = m000079(";;").Split(new char[] { ',' });
     for (int i = 0; i < 0x10; i++)
     {
         string s = m00011f(strArray[i].Replace(";", "").Replace(";;/r/n", ""));
         cd.m000024()[i] = float.Parse(s);
     }
     m00027b().ReadLine();
     return cd;
 }
Example #2
0
 public static Matrix m00011d(c00008d p0)
 {
     return new Matrix(p0.m000024()[0], p0.m000024()[1], p0.m000024()[2], p0.m000024()[3], p0.m000024()[4], p0.m000024()[5], p0.m000024()[6], p0.m000024()[7], p0.m000024()[8], p0.m000024()[9], p0.m000024()[10], p0.m000024()[11], p0.m000024()[12], p0.m000024()[13], p0.m000024()[14], p0.m000024()[15]);
 }