menu
antidart package
documentation
kotlin.dart
truncate function
truncate function
dark_mode
light_mode
truncate
function
num
truncate
(
num
x
)
Rounds the given value
x
to an integer towards zero.
Implementation
num truncate(num x) => x.truncate();
antidart package
documentation
kotlin
truncate function
kotlin.stdlib library