Returns certain element of the series by its index (0-based, 0-th value is the newest one).
Namespace:
FinMath.DataStructures
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public double this[
int index
] { get; }
Parameters
- index
- Type: SystemInt32
The index of the element to return.
Return Value
Type:
Double
The requested element of the series.
See Also