TA-Lib : Technical Analysis Library

Timeseries.Padding Property

User can enable padding of a time series for the purpose to iterate on the whole range of values among all variables.

[Visual Basic]
Public Property Padding As Boolean
[C#]
public bool Padding { get; set; }
[C++]
public: __property bool get_Padding();
public: __property void set_Padding(bool );
[JScript]
public function get Padding() : bool
public function set Padding(bool);

See Also

Timeseries Class | TA.Lib Namespace