round static method

dynamic round(
  1. dynamic v
)

ε››θˆδΊ”ε…₯

Implementation

static round(v) {
  return v.round();
}