CfParser.parseFloatManual
double parseFloatManual(string s) @safe pure nothrowManually parses a float string.
Parameters
s | The cleaned float string |
Returns
The parsed float value.
double parseFloatManual(string s) @safe pure nothrowManually parses a float string.
s | The cleaned float string |