I'm new on C# and I would like to know what it means and
if it is necessary.
decimal[] balances = new decimal[12];
decimal ttl = 0m;
What does 0m, means is necessary for the programman
that "m", what does it means????????
Thanks for all
Arthur
if it is necessary.
decimal[] balances = new decimal[12];
decimal ttl = 0m;
What does 0m, means is necessary for the programman
that "m", what does it means????????
Thanks for all
Arthur
Comment