round method

Double round()

Rounds this Double to the nearest integer.

Implementation

Double round() => Double(_value.roundToDouble());