Searched refs:StrToD (Results 1 – 2 of 2) sorted by relevance
67 double StrToD(const char* nptr, char** endptr);71 double value = StrToD(s, &endptr); in CStringToDouble()
40 double StrToD(const char* nptr, char** endptr) { in StrToD() function