h3IsResClassIII method

int h3IsResClassIII(
  1. int h
)

Implementation

int h3IsResClassIII(
  int h,
) {
  return _h3IsResClassIII(
    h,
  );
}