double() is a conversion function that returns a double value from given a string value.
double
string
Copydouble(string exp)
Convert "49.98" from string type to double.
Copydouble("49.98")