示例#1
0
 public void TestYToLatIsInverseOfLatToY()
 {
     Assert.AreEqual(20.0, LatLongUtil.LatitudeToY(LatLongUtil.YToLatitude(20)), 0.0001);
 }