/// <summary> /// Number of indexes in a line connecting two indexes /// </summary> public static int H3LineSize(H3Index start, H3Index end) { return(start.LineSize(end)); }