All pastes #2122590 Raw Edit

Something

public text v1 · immutable
#2122590 ·published 2012-02-29 01:31 UTC
rendered paste body
            int int1 = 2;
            int int2 = 3;
            decimal aux = Convert.ToDecimal(int1 + (int2 * 0.001M));
            MessageBox.Show(aux.ToString());