isFloat

fnbool isFloat(const(CfNode) * self) @property @safe pure nothrow

Returns true if this is a float node.

Parameters

selfThe node pointer to check

Returns

true if this is a FLOAT node, false otherwise.
fnbool isFloat(ref const CfNode self) @property @safe pure nothrow

ditto