CfNode.makeFloat

CfNode makeFloat(double value, string raw = "", Location loc = Location.init) @safe pure

Creates a float node.

Parameters

valueThe float value
rawOriginal text representation
locSource location

Returns

A CfNode with type FLOAT.