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