TA-Lib : Technical Analysis Library

Timeseries.Length Property

When Length is different than zero, Length represents the range of the index [0..Length-1]

[Visual Basic]
Public Property ReadOnly Length As Integer
[C#]
public int Length { get; }
[C++]
public: __property int get_Length();
[JScript]
public function get Length() : int

See Also

Timeseries Class | TA.Lib Namespace