menu
jetleaf_lang package
documentation
lang.dart
Double
truncate method
truncate method
dark_mode
light_mode
truncate
method
Double
truncate
(
)
Truncates this Double to an integer.
Implementation
Double truncate() => Double(_value.truncateToDouble());
jetleaf_lang package
documentation
lang
Double
truncate method
Double class