/// <summary> /// determines if an H3 cell is a pentagon /// </summary> public static int H3IsPentagon(H3Index h) { return(h.IsPentagon() ? 1 : 0); }