cellAreaKm2 method

double cellAreaKm2(
  1. int h
)

Implementation

double cellAreaKm2(
  int h,
) {
  return _cellAreaKm2(
    h,
  );
}