TA-Lib : Technical Analysis Library

Timeseries.Exist Method (Variable)

Verify if a variable exist in this timeseries.

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

Parameters

variableRef
is the varaible to look for.

Return Value

True if the variable exist in this timeseries, else false.

See Also

Timeseries Class | TA.Lib Namespace | Timeseries.Exist Overload List