menu
jay_util_package package
documentation
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();
jay_util_package package
documentation
num/decimal
Decimal
toInt method
Decimal class