CfParser.parseFloatValue

private double parseFloatValue(string raw) @safe pure

Parses a float value from raw string.

Parameters

rawThe raw string to parse

Returns

The parsed double value.