how to get the input turn it into double and add value in c# code example Example: convert int to double c# int x = 420; double y = Convert.ToDouble(x);