Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ TextToFloat
Function
TextToFloat
include/Functions.hpp:458–460 ·
view source on GitHub ↗
* Get float value from text */
Source
from the content-addressed store, hash-verified
456
* Get float value from text
457
*/
458
RLCPP_MAYBEUNUSED RLCPPAPI inline float TextToFloat(const std::string& text) {
459
return ::TextToFloat(text.c_str());
460
}
461
462
} // namespace raylib
463
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected