menu
decimal4d package
documentation
decimal.dart
Decimal
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Convert to int (truncating decimal part)
Implementation
int toInt() { return (_value / pow10(_scale)).toInt(); }
decimal4d package
documentation
decimal
Decimal
toInt method
Decimal class