Home | History | Annotate | Download | only in complete

Lines Matching refs:NumStr

124     std::string NumStr;
126 NumStr += LastChar;
130 NumVal = strtod(NumStr.c_str(), 0);