On Friday, 30 January 2015 at 20:34:53 UTC, RuZzz wrote:
What do I need to learn?
expression (1) of type double to axfinance.api.currencies.Currenciesc["BTC"]["N-01"] = 1.00000002;//Error: cannot implicitly convert
As I see it, there is no constructor in your class with a double argument.
So you cannot assign a double (1.00000002) to a Currencies struct (c["BTC"]["N-01"]).