JSONArray.InsertDouble Method
Inserts Double value at given index in the array.

InsertDouble(
where
as Integer,
value
as Double)
Parameters
- where
- The index where to insert (zero based).
- value
- The value to be inserted.
Remarks
See Also
JSONArray Class