Exemplo n.º 1
0
 public int FasterWhitespaces()
 {
     return(FasterIntThreeLoops.Parse("          -2147483648          "));
 }
Exemplo n.º 2
0
 public int FasterMaxValue()
 {
     return(FasterIntThreeLoops.Parse("2147483647"));
 }
Exemplo n.º 3
0
 public int FasterSign()
 {
     return(FasterIntThreeLoops.Parse("-2147483648"));
 }
Exemplo n.º 4
0
 public int FasterOneDigit()
 {
     return(FasterIntThreeLoops.Parse("1"));
 }