SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » atof()
Location: stdlib.h
stdlib.h
atof()
IMPORT_C double atof(const char *_nptr);
Convert string to double. Parses string interpreting its content as a floating point number and returns a value of type double.
const char *_nptr
String representing a floating point number.
double
The converted floating point value of the input string. On overflow the result is undefined. If an error occurs 0.0 is returned.
Copyright ©2008 Symbian Software Ltd.