[Top]
Tools
Tools.JSON
Tools.JSON.JSONArray
|
Method Tools.JSON.JSONArray()->optDouble()
- Method
optDouble
-
float optDouble(int i)
- Description
-
Get the optional double value associated with an index.
NaN is returned if the index is not found,
or if the value is not a number and cannot be converted to a number.
- Parameter i
-
index subscript
- Parameter defaultValue
-
- Returns
-
The double value object
|