[]
Inserts a Single value into the collection at the specified index.
public void Insert(int index, float item)
Public Sub Insert(index As Integer, item As Single)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which item should be inserted. |
| float | item | Single value. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | item is less than zero or is greater than 4. |