Home | History | Annotate | Download | only in complete

Lines Matching defs:NumStr

123     std::string NumStr;
125 NumStr += LastChar;
129 NumVal = strtod(NumStr.c_str(), 0);