TA-Lib : Technical Analysis Library

Timeseries.ApplyTo Method 

Select a variable to which transformation will be applied.

[Visual Basic]
Public Function ApplyTo( _ 
   ByVal variableName As String _ 
) As ApplyOp
[C#]
public ApplyOp ApplyTo(
   string variableName
);
[C++]
public: ApplyOp* ApplyTo(
   String* variableName
);
[JScript]
public function ApplyTo(
   String variableName
): ApplyOp;

Parameters

variableName

Return Value

An access object allowing to call the transformation function.

See Also

Timeseries Class | TA.Lib Namespace