Insert Method
Insert(int, double)
Inserts a double value into the collection at the specified index.
Declaration
public void Insert(int index, double item)
Public Sub Insert(index As Integer, item As Double)
Parameters
Type |
Name |
Description |
int |
index |
Index at which item should be inserted.
|
double |
item |
Double value.
|
Implements