currency.this

Floating point contructor. Uses rmode on x.

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

Meta