[]
Inserts an array of Single values into the collection at the specified index.
public void InsertRange(int index, float[] items)
Public Sub InsertRange(index As Integer, items As Single())
Type | Name | Description |
---|---|---|
int | index | Index at which items should be inserted. |
float[] | items | Array of Single values. |
Type | Condition |
---|---|
ArgumentNullException | items is a null reference (Nothing in VB). |
ArgumentOutOfRangeException | some value in items is less than zero or is greater than 4. |