MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ofToFloat

Function ofToFloat

Source/OpenFrameworksPort.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317float ofToFloat(const std::string& floatString)
318{
319 String str(floatString);
320 return str.getFloatValue();
321}
322
323double ofToDouble(const std::string& doubleString)
324{

Callers 3

ReadEchonestLineMethod · 0.85
AcceptEntryMethod · 0.85
PollMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected