Home | History | Annotate | Download | only in initial

Lines Matching defs:NumStr

76     std::string NumStr;
78 NumStr += LastChar;
82 NumVal = strtod(NumStr.c_str(), 0);