ceil static method

int ceil(
  1. num x
)

Implementation

static int ceil(num x) {
  return x.ceil();
}