/// <summary> /// determines the maximum number of children (or grandchildren, etc) /// </summary> public static long MaxH3ToChildrenSize(H3Index h, int childRes) { return(h.MaxChildrenSize(childRes)); }