Ejemplo n.º 1
0
 public static Struct8 smethod_14(int int0)
 {
     return(Struct8.smethod_1(int0 >> 8));
 }
Ejemplo n.º 2
0
        public static Struct8 smethod_22(double double0)
        {
            var num = Math.Round(double0 * 8388607.0);

            return(Struct8.smethod_1((num > 8388607.0) ? 8388607 : ((num < -8388608.0) ? -8388608 : ((int)num))));
        }
Ejemplo n.º 3
0
 public static Struct8 smethod_5(short short0)
 {
     return(Struct8.smethod_1(short0 << 8));
 }
Ejemplo n.º 4
0
 public static Struct8 smethod_1(byte byte0)
 {
     return(Struct8.smethod_1(byte0 - 128 << 16));
 }