TA-Lib : Technical Analysis Library

Timeseries.Exist Method

Verify if a variable exist in this timeseries.

Overload List

Verify if a variable exist in this timeseries.

[Visual Basic] Public Function Exist(ByVal String) As Boolean
[C#] public bool Exist(string);
[C++] public: bool Exist(String*);
[JScript] public function Exist(String): bool;

Verify if a variable exist in this timeseries.

[Visual Basic] Public Function Exist(ByVal Variable) As Boolean
[C#] public bool Exist(Variable);
[C++] public: bool Exist(Variable*);
[JScript] public function Exist(Variable): bool;

See Also

Timeseries Class | TA.Lib Namespace