/// <summary> /// returns the parent (or grandparent, etc) hexagon of the given hexagon /// </summary> public static H3Index H3ToParent(H3Index h, int parentRes) { return(h.ToParent(parentRes)); }