Decimal.toDecimalString

  1. auto toDecimalString()
  2. void toDecimalString(Writer w)
    struct Decimal(Hook = Abort)
    const
    void
    toDecimalString
    (
    Writer
    )
    (
    ref Writer w
    )
    if (
    isOutputRange!(Writer, char)
    )

Return Value

Type: void

Returns the decimal string representation of this decimal.

Meta