h3GetResolution method

int h3GetResolution(
  1. int h
)

Implementation

int h3GetResolution(
  int h,
) {
  return _h3GetResolution(
    h,
  );
}