UcumDecimal constructor

UcumDecimal()

Implementation

UcumDecimal()
    : precision = 0,
      scientific = false,
      negative = false,
      digits = '',
      decimal = 0;