menu
toxic package
documentation
extensions/double.dart
TDouble
roundToNearest method
roundToNearest method
dark_mode
light_mode
roundToNearest
method
double
roundToNearest
(
int
decimal
)
Implementation
double roundToNearest(int decimal) => (this * decimal).round() / decimal;
toxic package
documentation
extensions/double
TDouble
roundToNearest method
TDouble extension on
double