CfParser.parseFloatValue

double parseFloatValue(string raw) @safe pure

Parses a float value string, stripping underscores.

Parameters

rawThe raw float string

Returns

The parsed float value.