MQL4 Reference Conversion Functions StrToDouble
|
StrToDoubleConverts string representation of number to double type (double-precision format with floating point).
Parameters value [in] String containing the number character representation format. Returned value Value of double type. Example:
See also PrintFormat(), DoubleToStr(), DoubleToString() |