TA-Lib : Technical Analysis Library

Timeseries.Clone Method 

Make a deep copy of the Timeseries. The new timeseries is independent with a copy of all the variable(s) and their value(s).

[Visual Basic]
Public Function Clone() As Timeseries
[C#]
public Timeseries Clone();
[C++]
public: Timeseries* Clone();
[JScript]
public function Clone(): Timeseries;

Return Value

The new timeseries.

See Also

Timeseries Class | TA.Lib Namespace