Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ofToDouble
Function
ofToDouble
Source/OpenFrameworksPort.cpp:323–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
double ofToDouble(const std::string& doubleString)
324
{
325
const String str(doubleString);
326
return str.getDoubleValue();
327
}
328
329
int ofHexToInt(const std::string& hexString)
330
{
Callers
1
Go
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected