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