decimal myMoney = 99.9m;
double x = (double)myMoney;
myMoney = (decimal)x;