round method

int round(
  1. double f
)

Implementation

int round(double f) => f.round();