{ "title" : "Real", "kind" : "atomic", "type" : "real", "tags" : ["real", "number", "double", "float", "atomic"], "description" : "

Real node handles 64-bit floating type (aka double).

When used as a source node (ie without any edge at the input), one can set the real value through the node editor.

Otherwise, one can feed its input either with a boolean, integer, double or string value. When necessary, the node performs a conversion and returns the corresponding real value.

", "inputs" : ["value"], "outputs" : ["value"] }