menu
yx_fltools package
documentation
utils/num/decimal.dart
Decimal
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Truncates this
num
to an integer and returns the result as an
int
.
Implementation
int toInt() => _rational.toInt();
yx_fltools package
documentation
utils/num/decimal
Decimal
toInt method
Decimal class