menu
cdart package
documentation
math.dart
lround function
lround function
dark_mode
light_mode
lround
function
int
lround
(
double
x
)
Implementation
int lround(double x) => x.round();
cdart package
documentation
math
lround function
math library