TA-Lib : Technical Analysis Library

Variable.Values Field

Array of Values. Accessible with index that range from 0 to Length-1 when Length >= 1 The index range is base on the common range of the parent timeseries. For access to the floating point representation use intead the [] operator of the variable.

[Visual Basic]
Public Values As Values
[C#]
public Values Values;
[C++]
public: Values* Values;
[JScript]
public var Values: Values;

See Also

Variable Class | TA.Lib Namespace