MCPcopy 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
323double ofToDouble(const std::string& doubleString)
324{
325 const String str(doubleString);
326 return str.getDoubleValue();
327}
328
329int ofHexToInt(const std::string& hexString)
330{

Callers 1

GoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected