GetFloat property: JsonNode class

Syntax

GetFloat()

Description

Use this method to return the float value from the node.

Parameters

None.

Returns

Float.

Example

Local JsonNode &jNode = CreateJsonNode();
Local float &myFloat = &jNode.GetFloat();