[]
Adds an array of Single values to the collection.
public void AddRange(float[] items)
Public Sub AddRange(items As Single())
Type | Name | Description |
---|---|---|
float[] | items | Array of Single values |
Type | Condition |
---|---|
ArgumentOutOfRangeException | some value in items is less than zero or is greater than 4. |