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