currency.this

String contructor.

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

Throws

ParseError or std.conv.ConvOverflowException for invalid inputs Create a new Fixed struct given a string

Meta