[]
Gets or sets the double value at the specified index.
public double this[int index] { get; set; }
Public Default Property Item(index As Integer) As Double
Type | Name | Description |
---|---|---|
int | index | Index of the double value. |
Type | Description |
---|---|
double | Double value. |