Decimal.digits

Returns the number of decimal digits in the coefficient of this number

  1. int digits [@property getter]
    struct Decimal(immutable Context _context = DefaultContext)
    @property @safe const
    int
    digits
    ()
  2. int digits [@property setter]

Meta