[]
Gets or sets the value of element at special index.
public double this[int index] { get; set; }
Public Default Property Item(index As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| double | A double indicates the element value. |
Note: The index is base on zero.