MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dAtod

Function dAtod

Engine/source/core/strings/stringFunctions.h:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198inline F64 dAtod(const char *str)
199{
200 return strtod(str, NULL);
201}
202
203inline S64 dAtol(const char* str)
204{

Callers 2

execMethod · 0.85
getFloatValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected