dump method

String dump()

Dumps the components of this number to a string.

@return a string showing the components of the number

Implementation

String dump() {
  return "DD<$hi, $lo>";
}