Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleNet/HumbleNet
/ getFloatValue
Method
getFloatValue
3rdparty/Amalgamate/juce_core_amalgam.cpp:11191–11194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11189
}
11190
11191
float String::getFloatValue() const noexcept
11192
{
11193
return (float) getDoubleValue();
11194
}
11195
11196
double String::getDoubleValue() const noexcept
11197
{
Callers
2
runTest
Method · 0.80
getCpuSpeedInMegaherz
Method · 0.80
Calls
1
getDoubleValue
Function · 0.85
Tested by
no test coverage detected