示例#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());
 }