SetFloat property: JsonNode class
Syntax
SetFloat(float_value)
Description
Use this method to set the float value of the node.
Parameters
| Parameter | Description |
|---|---|
|
float_value |
Specifies the float value of the node as a float. |
Returns
None.
Example
Local JsonNode &jNode = CreateJsonNode();
&jNode.SetFloat(1.2);