Beispiel #1
0
 public static void Test_IsSameField()
 {
     LogCat.log(AStarUtil.IsSameField((int)Math.Pow(2, 9), (int)Math.Pow(2, 8)));
 }