Using Javascript:
How I can convert one number integer to Double Number Example:
100 -> 100.00
All numbers are stored as doubles in javascript. You can use toFixed if you want specific decimal points after the number