CfParser.parseFloatValue
double parseFloatValue(string raw) @safe pureParses a float value string, stripping underscores.
Parameters
raw | The raw float string |
Returns
The parsed float value.
double parseFloatValue(string raw) @safe pureParses a float value string, stripping underscores.
raw | The raw float string |