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