[]
Gets or sets the Single value at the specified index.
public float this[int index] { get; set; }
Public Default Property Item(index As Integer) As Single
| Type | Name | Description |
|---|---|---|
| int | index | Index of the Single value. |
| Type | Description |
|---|---|
| float | Single value. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | value is less than zero or is greater than 4. |