GetFloat method: JsonArray class
Syntax
GetFloat(Index)
Description
Use this method to return the float value at the index location.
Parameters
| Parameter | Description |
|---|---|
|
Index |
Specifies the index in the Json array as an integer. |
Returns
Float.
Example
Local JsonArray &jArray = CreateJsonArray();
Local float &myFloat = &jArray.GetFloat(2);