menu
blockchain_utils package
documentation
numbers/src/u64.dart
Uint64
operator * method
operator * method
dark_mode
light_mode
operator *
method
Uint64
operator *
(
Uint64
other
)
Implementation
Uint64 operator *(Uint64 other) { final (hi, lo) = widenMul(this, other); return lo; }
blockchain_utils package
documentation
numbers/src/u64
Uint64
operator * method
Uint64 class