h3GetBaseCell abstract method

int h3GetBaseCell(
  1. BigInt h3Index
)

Returns the base cell "number" (0 to 121) of the provided H3 cell

Note: Technically works on H3 edges, but will return base cell of the origin cell.

Implementation

int h3GetBaseCell(BigInt h3Index);