Home | History | Annotate | Download | only in initial

Lines Matching full:numstr

77     std::string NumStr;
79 NumStr += LastChar;
83 NumVal = strtod(NumStr.c_str(), 0);