InsertAt(Index: Integer, Value: Double);
Index. Index of added element.
Value. Value of added element.
The InsertAt method adds a new element to array by the selected index.
Example of use is given on the description page of the IVZDoubleArray.Add method.
See also: