コード例 #1
0
ファイル: GeoHashTest.cs プロジェクト: howellfeng/GeoHash
 public void BitsOverlengthTest()
 {
     Assert.Throws <NotSupportedException>(() => GeoHash.EncodeWithBitPrecision(120, 30, GeoHash.MaxBitLength + 1));
 }