예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// determines the maximum number of children (or grandchildren, etc)
 /// </summary>
 public static long MaxH3ToChildrenSize(H3Index h, int childRes)
 {
     return(h.MaxChildrenSize(childRes));
 }