예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// Max number of icosahedron faces intersected by an index
 /// </summary>
 public static int MaxFaceCount(H3Index h3)
 {
     return(h3.MaxFaceCount());
 }