[]
Adds a Single value to the collection.
public void Add(float item)
Public Sub Add(item As Single)
Type | Name | Description |
---|---|---|
float | item | Single value |
Type | Condition |
---|---|
ArgumentOutOfRangeException | item is less than zero or is greater than 4. |