Property this
this[int]
Access a DataPoint<TDataType> by index. DataPoints are sorted in ascending order by the Index value.
Declaration
public DataPoint<T> this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the DataPoint to access. |
Property Value
| Type | Description |
|---|---|
| DataPoint<T> |