round static method

int round(
  1. num x
)

Implementation

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