MCPcopy Create free account
hub / github.com/devosoft/avida / AsDouble

Method AsDouble

avida-core/source/tools/cString.h:317–317  ·  view source on GitHub ↗

* Convert string to double. * * @return The double value corresponding to the string. **/

Source from the content-addressed store, hash-verified

315 * @return The double value corresponding to the string.
316 **/
317 double AsDouble() const { return strtod(*this, NULL); }
318
319 // Accessors & Information
320 /**

Callers 15

LoadMethod · 0.45
ConvertMethod · 0.45
cActionInjectResourceMethod · 0.45
cActionSetResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected