Home | History | Annotate | Download | only in cached

Lines Matching full:numstr

94     std::string NumStr;
96 NumStr += LastChar;
100 NumVal = strtod(NumStr.c_str(), 0);