MCPcopy 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
11191float String::getFloatValue() const noexcept
11192{
11193 return (float) getDoubleValue();
11194}
11195
11196double String::getDoubleValue() const noexcept
11197{

Callers 2

runTestMethod · 0.80
getCpuSpeedInMegaherzMethod · 0.80

Calls 1

getDoubleValueFunction · 0.85

Tested by

no test coverage detected