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