currency.this

String contructor.

  1. this(double x)
  2. this(string x)
    struct currency(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
    this
    (
    string x
    )

Throws

ParseError or std.conv.ConvOverflowException for invalid inputs

Meta