h3GetBaseCell method

int h3GetBaseCell(
  1. int h
)

Implementation

int h3GetBaseCell(
  int h,
) {
  return _h3GetBaseCell(
    h,
  );
}