Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
inline F64 dAtod(const char *str)
199
{
200
return strtod(str, NULL);
201
}
202
203
inline S64 dAtol(const char* str)
204
{
Callers
2
exec
Method · 0.85
getFloatValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected