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