menu
jetleaf_lang package
documentation
lang.dart
Double
round method
round method
dark_mode
light_mode
round
method
Double
round
(
)
Rounds this Double to the nearest integer.
Implementation
Double round() => Double(_value.roundToDouble());
jetleaf_lang package
documentation
lang
Double
round method
Double class